Skip to content

Commit e089825

Browse files
committed
llm litellm adapter fix
1 parent d29a3fd commit e089825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/lib/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def _load_llm(self) -> BaseChatModel:
132132
}
133133

134134
llm = ChatOpenAI(
135-
model=model_name,
135+
model=self.model,
136136
temperature=self.temperature,
137137
api_key=SecretStr(self.api_key),
138138
base_url=url,

0 commit comments

Comments
 (0)