14-24.9.10-RAG-课后作业-基于GLM4免费API调用QQ号算命的机器人 #77

Open
opened 2024-09-13 11:45:38 +08:00 by 12422372205cs · 0 comments

调试通过:
image

BUG
AttributeError: 'CompletionMessage' object has no attribute 'get'

# messages.append(response.choices[0].message)
messages.append(response.choices[0].message.to_dict())
**调试通过:** ![image](/attachments/ad3bb868-64af-405a-8e2e-aab81f426a27) **BUG** `AttributeError: 'CompletionMessage' object has no attribute 'get'` ```python # messages.append(response.choices[0].message) messages.append(response.choices[0].message.to_dict()) ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#77
No description provided.