We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66bc29 commit 9afee6aCopy full SHA for 9afee6a
services/chatbot/src/chatbot_api.py
@@ -43,7 +43,7 @@ def load_global_retriever():
43
44
45
def get_llm():
46
- llm = ChatOpenAI(temperature=0.6, model_name="gpt-3.5-turbo-instruct")
+ llm = ChatOpenAI(temperature=0.6, model_name="gpt-3.5-turbo")
47
return llm
48
49
0 commit comments