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

Variables for OpenAI API and Model #1172

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

drikster80
Copy link
Contributor

Created a variable for the OpenAI Base URL and model that will be used. This allows for utilizing other services that adhere to the OpenAI API spec, as well as testing out additional models that work best with the function calling and requests.

I noticed that different model versions were used throughout the code (e.g. gpt-3.5-turbo-1106 vs gpt-3.5-turbo-0613. This patch only included a single model for all locations. If different models were used due to performance reasons, this can be separated out.

Copy link
Collaborator

@dsmilkov dsmilkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very clean! Thank you and sorry for the delay!

@dsmilkov dsmilkov enabled auto-merge (squash) February 13, 2024 23:36
@dsmilkov dsmilkov disabled auto-merge February 13, 2024 23:36
@dsmilkov dsmilkov merged commit 086bc97 into databricks:main Feb 13, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants