mirror of
https://github.com/tcsenpai/multi1.git
synced 2025-07-28 13:31:46 +00:00
Error appear randomly then using ollama with llama3.1 8B model #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dibu28 on 9/18/2024
Error appear randomly then using ollama with llama3.1 8B model
On Windows
Error log:
2024-09-18 11:20:16,553 - multi1 - ERROR - Error generating response: 'title'
Traceback (most recent call last):
File "H:_multi1\multi1\app\main.py", line 84, in main
for steps, total_thinking_time in generate_response(user_query, api_handler):
File "H:_multi1\multi1\app\utils.py", line 41, in generate_response
steps.append((f"Step {step_count}: {step_data['title']}", step_data["content"], thinking_time))
~~~~~~~~~^^^^^^^^^
KeyError: 'title'