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

Ensuring Usage of Specified OpenAI Model in Guidance Code #229

Open
Abdulk084 opened this issue Jun 14, 2023 · 0 comments
Open

Ensuring Usage of Specified OpenAI Model in Guidance Code #229

Abdulk084 opened this issue Jun 14, 2023 · 0 comments

Comments

@Abdulk084
Copy link

Abdulk084 commented Jun 14, 2023

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.

@Abdulk084 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
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