Error appear randomly then using ollama with llama3.1 8B model #6

Closed
opened 2025-04-09 14:55:26 +00:00 by tcsenpai · 0 comments
Owner

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'

Screenshot 2024-09-18 104712

*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' ![Screenshot 2024-09-18 104712](https://github.com/user-attachments/assets/916f9e18-6669-455c-850d-d7eac5978f8e)
tcsenpai added the
bug
bug
labels 2025-04-09 14:55:26 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tcsenpai/multi1#6
No description provided.