You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my guidance code, I've specified the OpenAI model as gpt-3.5-turbo by using gpt3 = guidance.llms.OpenAI("gpt-3.5-turbo"). However, upon checking my OpenAI account's usage window, the model in use appears to be gpt-3.5-turbo-0301 rather than the one I explicitly specified in my code.
I'm looking to understand how we can ensure that the exact model specified in the code is the one being used, rather than a different or previous version of it. Is there a particular setting or configuration I should be aware of?
Additionally, I would appreciate if there is any information on when new OpenAI models will be available to use within the guidance framework.
Thank you for your support.
The text was updated successfully, but these errors were encountered:
Abdulk084
changed the title
Model use gpt-3.5-turbo-0301 or gpt-3.5-turbo?
Ensuring Usage of Specified OpenAI Model in Guidance Code
Jun 14, 2023
In my guidance code, I've specified the OpenAI model as
gpt-3.5-turbo
by usinggpt3 = guidance.llms.OpenAI("gpt-3.5-turbo")
. However, upon checking my OpenAI account's usage window, the model in use appears to begpt-3.5-turbo-0301
rather than the one I explicitly specified in my code.I'm looking to understand how we can ensure that the exact model specified in the code is the one being used, rather than a different or previous version of it. Is there a particular setting or configuration I should be aware of?
Additionally, I would appreciate if there is any information on when new OpenAI models will be available to use within the guidance framework.
Thank you for your support.
The text was updated successfully, but these errors were encountered: