Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated models in LLM 03 #9

Open
romainfut-db opened this issue Jan 11, 2024 · 0 comments
Open

Deprecated models in LLM 03 #9

romainfut-db opened this issue Jan 11, 2024 · 0 comments

Comments

@romainfut-db
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant