openai model spec openai_api_base should be an advanced option (#2091)
This commit is contained in:
parent
fdc9442b21
commit
87e2ccdb37
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class ChatOpenAIComponent(CustomComponent):
|
|||
"model_name": {"display_name": "Model Name", "advanced": False, "options": MODEL_NAMES},
|
||||
"openai_api_base": {
|
||||
"display_name": "OpenAI API Base",
|
||||
"advanced": False,
|
||||
"advanced": True,
|
||||
"required": False,
|
||||
"info": (
|
||||
"The base URL of the OpenAI API. Defaults to https://api.openai.com/v1.\n\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue