This commit is contained in:
pablonyx
2025-02-17 13:21:43 -08:00
committed by GitHub
parent 86bd121806
commit 58b252727f
21 changed files with 178 additions and 64 deletions

View File

@@ -409,10 +409,6 @@ class DefaultMultiLLM(LLM):
self._record_call(processed_prompt)
try:
print(
"model is",
f"{self.config.model_provider}/{self.config.deployment_name or self.config.model_name}",
)
return litellm.completion(
mock_response=MOCK_LLM_RESPONSE,
# model choice