Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

传入conversation_id无效 #4

Open
Elan114514 opened this issue Jan 23, 2025 · 0 comments
Open

传入conversation_id无效 #4

Elan114514 opened this issue Jan 23, 2025 · 0 comments

Comments

@Elan114514
Copy link

即使传入了conversation_id,也没能实现连续对话。
{'model': 'doubao', 'messages': [{'role': 'user', 'content': '今天是几月几号?'}], 'stream': False}

{'id': '913329134694658', 'model': 'doubao', 'object': 'chat.completion', 'choices': [{'index': 0, 'message': {'role': 'assistant', 'content': '今天是甲辰龙年腊月廿四。'}, 'finish_reason': 'stop'}], 'usage': {'prompt_tokens': 1, 'completion_tokens': 1, 'total_tokens': 2}, 'created': 1737633805}

{'model': 'doubao', 'conversation_id': "913329134694658", 'messages': [{'role': 'user', 'content': '我刚刚问了你什么问题'}], 'stream': False}

{'id': '914026521506306', 'model': 'doubao', 'object': 'chat.completion', 'choices': [{'index': 0, 'message': {'role': 'assistant', 'content': '我不太明确你刚刚具体问了什么问题呢,你可以再给我一些提示,方便我更好地理解你的需求并为你解答。 '}, 'finish_reason': 'stop'}], 'usage': {'prompt_tokens': 1, 'completion_tokens': 1, 'total_tokens': 2}, 'created': 1737633985}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant