Remove Call LLM API Log (#1132)
This commit is contained in:
@@ -103,7 +103,6 @@ class LLMAPIHandlerFactory:
|
||||
).encode("utf-8"),
|
||||
)
|
||||
try:
|
||||
LOG.info("Calling LLM API", llm_key=llm_key, model=llm_config.model_name)
|
||||
response = await router.acompletion(model=main_model_group, messages=messages, **parameters)
|
||||
LOG.info("LLM API call successful", llm_key=llm_key, model=llm_config.model_name)
|
||||
except litellm.exceptions.APIError as e:
|
||||
|
||||
Reference in New Issue
Block a user