Skip to content

Deprecated models in LLM 03 #9

@romainfut-db

Description

@romainfut-db

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions