Update outdated 'OpenAI' Model (#735)
This commit is contained in:
@@ -27,7 +27,7 @@ class OpenAILlm(BaseLlm):
|
||||
messages.append(SystemMessage(content=config.system_prompt))
|
||||
messages.append(HumanMessage(content=prompt))
|
||||
kwargs = {
|
||||
"model": config.model or "gpt-3.5-turbo-0613",
|
||||
"model": config.model or "gpt-3.5-turbo",
|
||||
"temperature": config.temperature,
|
||||
"max_tokens": config.max_tokens,
|
||||
"model_kwargs": {},
|
||||
|
||||
Reference in New Issue
Block a user