Skip to content
Snippets Groups Projects
Commit c0eeceb9 authored by Eustache Le Bihan's avatar Eustache Le Bihan
Browse files

remove unnecessary log

parent 6f14575a
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,6 @@ class OpenApiModelHandler(BaseHandler):
if language_code[-5:] == "-auto":
language_code = language_code[:-5]
prompt = f"Please reply to my message in {WHISPER_LANGUAGE_TO_LLM_LANGUAGE[language_code]}. " + prompt
logger.info(prompt)
response = self.client.chat.completions.create(
model=self.model_name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment