File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3454,7 +3454,7 @@ static void test_template_output_peg_parsers(bool detailed_debug) {
34543454 },
34553455 "replaceAll": {
34563456 "type": "boolean",
3457- "description": "Whether to replace all occurences ."
3457+ "description": "Whether to replace all occurrences ."
34583458 }
34593459 },
34603460 "required": ["oldString", "newString"]
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ def test_completion_stream_with_openai_library_stops():
135135 client = OpenAI (api_key = "dummy" , base_url = f"http://{ server .server_host } :{ server .server_port } /v1" )
136136 res = client .completions .create (
137137 model = "davinci-002" ,
138- prompt = "System: You are helpfull assistant.\n Assistant:\n Hey! How could I help?\n User:\n Tell me a joke.\n Assistant:\n " ,
138+ prompt = "System: You are helpful assistant.\n Assistant:\n Hey! How could I help?\n User:\n Tell me a joke.\n Assistant:\n " ,
139139 stop = ["User:\n " , "Assistant:\n " ],
140140 max_tokens = 200 ,
141141 stream = True ,
You can’t perform that action at this time.
0 commit comments