We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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,也没能实现连续对话。 {'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}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
即使传入了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}
The text was updated successfully, but these errors were encountered: