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

[GPT] handle custom url #1371

Merged
merged 1 commit into from
Oct 21, 2024
Merged

[GPT] handle custom url #1371

merged 1 commit into from
Oct 21, 2024

Conversation

GuillaumeDSM
Copy link
Member

@GuillaumeDSM GuillaumeDSM commented Oct 21, 2024

requires [Constant] add CONIG_LLM_CUSTOM_BASE_URL

@GuillaumeDSM GuillaumeDSM requested a review from Herklos October 21, 2024 14:39
@GuillaumeDSM GuillaumeDSM self-assigned this Oct 21, 2024
@@ -46,13 +47,15 @@ def get_fields_description(self):
if self._env_secret_key is None:
return {
services_constants.CONIG_OPENAI_SECRET_KEY: "Your openai API secret key",
services_constants.CONIG_LLM_CUSTOM_BASE_URL: "Custom LLM base url to use. Leave empty to use openai.com",
Copy link
Member

Choose a reason for hiding this comment

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

👍

@GuillaumeDSM GuillaumeDSM enabled auto-merge (rebase) October 21, 2024 14:42
@GuillaumeDSM GuillaumeDSM merged commit c0ccca4 into dev Oct 21, 2024
7 checks passed
@GuillaumeDSM GuillaumeDSM deleted the gpt_custom branch October 21, 2024 19:37
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.

2 participants