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 OPENAI_API_BASE config #104

Merged
merged 2 commits into from
Dec 19, 2023
Merged

Add OPENAI_API_BASE config #104

merged 2 commits into from
Dec 19, 2023

Conversation

Czechh
Copy link
Member

@Czechh Czechh commented Dec 19, 2023

  • Accepts OPENAI_API_BASE to allow an override of the API base for OpenAI.

Closes #102
Closes #100

Copy link
Contributor

sweep-ai bot commented Dec 19, 2023

Apply Sweep Rules to your PR?

  • Apply: All docstrings and comments should be up to date.
  • Apply: Do not include large chunks of commented out code.
  • Apply: Ensure that all error logs use traceback during exceptions.
  • Apply: Avoid using import pdb; pdb.set_trace() in production code.
  • Apply: Avoid using debug log or print statements in production code.
  • Apply: Ensure that code is properly formatted and follows consistent styling guidelines.

@Czechh Czechh merged commit 2631be7 into main Dec 19, 2023
1 check passed
@Czechh Czechh deleted the task/sp/allow-openai-env-variable branch December 19, 2023 03:09
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.

Support base_url for client
1 participant