What is default model used for Open AI ? #361
-
🐛 Describe the bugwhich model are using for OpenAI like "text-ada-001" or anything. Is there a option to set higher models for OpenAI like " |
Beta Was this translation helpful? Give feedback.
Answered by
gventuri
Jul 13, 2023
Replies: 2 comments
-
Hi @vpurandara the default model is Here's a list of all the supported models:
You can use the model you prefer passing it when you instantiate the LLM, like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gventuri
-
@gventuri , thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @vpurandara the default model is
gpt-3.5-turbo
.Here's a list of all the supported models:
You can use the model you prefer passing it when you instantiate the LLM, like this: