Skip to content

Commit 2249f1f

Browse files
committed
fix local provider bug
1 parent 7d441a6 commit 2249f1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

are/simulation/agents/llm/litellm/litellm_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def chat_completion(
103103
provider = (
104104
self.model_config.provider
105105
if self.model_config.provider != "local"
106-
else None
106+
else "hosted_vllm"
107107
)
108108

109109
response = completion(

0 commit comments

Comments
 (0)