Skip to content

Commit ac448b3

Browse files
authored
Add api_base to common model parameters (#1478)
1 parent c1250eb commit ac448b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/jupyter-ai/jupyter_ai/model_providers/parameter_schemas.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@
104104
"type": "integer",
105105
"min": 1,
106106
"description": "Limit the next token selection to the K most probable tokens."
107+
},
108+
"api_base": {
109+
"type": "string",
110+
"description": "Base URL where LLM requests are sent, used for enterprise proxy gateways."
107111
}
108112
}
109113

0 commit comments

Comments
 (0)