Skip to content

Commit ce792eb

Browse files
committed
add llmconfig
1 parent d86b03a commit ce792eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

backend/danswer/llm/custom_llm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,6 @@ def config(self) -> LLMConfig:
246246
model_name=self._model_version,
247247
temperature=self._temperature,
248248
api_key=self._api_key,
249+
api_base=self._endpoint,
250+
api_version=None,
249251
)

0 commit comments

Comments
 (0)