Skip to content

Commit 450e9c1

Browse files
committed
Fixed typo in ollama logging
1 parent 18485b6 commit 450e9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markus_ai_server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def chat_with_ollama(
148148
'eval_duration': response.eval_duration,
149149
'prompt_eval_duration': response.prompt_eval_duration,
150150
'eval_count': response.eval_count,
151-
'prompt_eval_count': response.eval_count
151+
'prompt_eval_count': response.prompt_eval_count
152152
}
153153

154154
logger.info(f'chat_with_ollama done: {done_log_data}')

0 commit comments

Comments
 (0)