We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86b03a commit ce792ebCopy full SHA for ce792eb
1 file changed
backend/danswer/llm/custom_llm.py
@@ -246,4 +246,6 @@ def config(self) -> LLMConfig:
246
model_name=self._model_version,
247
temperature=self._temperature,
248
api_key=self._api_key,
249
+ api_base=self._endpoint,
250
+ api_version=None,
251
)
0 commit comments