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

add gpt model option #29

Merged
merged 1 commit into from
Jul 8, 2023
Merged

add gpt model option #29

merged 1 commit into from
Jul 8, 2023

Conversation

ravilushqa
Copy link
Owner

@ravilushqa ravilushqa commented Jul 8, 2023

This patch introduces a new option to specify the OpenAI model to be used in the application. The model can be set via the "OPENAI_MODEL" environment variable or the "--openai-model" command line argument. The default model is "gpt-3.5-turbo". The specified model is then used in the OpenAI client for chat completion requests.

@ravilushqa ravilushqa merged commit 20383a2 into main Jul 8, 2023
@ravilushqa ravilushqa deleted the add_model_option branch July 8, 2023 14:23
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

Successfully merging this pull request may close these issues.

1 participant