mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
rename
This commit is contained in:
@@ -87,7 +87,7 @@ def segment(data: str) -> MultiSearch:
|
||||
|
||||
completion = openai.ChatCompletion.create(
|
||||
model="gpt-3.5-turbo-0613",
|
||||
temperature=0,
|
||||
temperature=0.1,
|
||||
functions=[MultiSearch.openai_schema],
|
||||
function_call={"name": MultiSearch.openai_schema["name"]},
|
||||
messages=[
|
||||
Reference in New Issue
Block a user