-
Notifications
You must be signed in to change notification settings - Fork 467
Open
Description
In LLM 03, we call models that have now been deprecated by OpanAI so that the commands fail when we run them.
This is the case in the demo where we define a call to text-babbage-001 which OpenAI says should now be replaced with gpt-3.5-turbo-instruct.
Further down in the Agents section, we use
from langchain.llms import OpenAI
llm = OpenAI()
which defaults to calling text-davinci-003 which is also deprecated and should be replaced by gpt-3.5-turbo-instruct.
Metadata
Metadata
Assignees
Labels
No labels