问题描述
在使用gpt-4o输入图片时,message格式导致报错。
复现步骤
- 运行官方codebook;
- 使用one-key的代理。
预期结果
在result = client.chat.completions.create(**params)
处会报错,报错信息为
"Error code: 500 - {'error': {'message': 'Panic detected, error: interface conversion: interface {} is string, not map[string]interface {}. Please submit an issue with the related log here: https://github.com/songquanpeng/one-api', 'type': 'one_api_panic'}}"
。
1条答案
按热度按时间46scxncf1#
请问道友,后来这个问题解决了吗?@ziranyang0