songquanpeng / one-api

OpenAI 接口管理 & 分发系统,支持 Azure、Anthropic Claude、Google PaLM 2 & Gemini、智谱 ChatGLM、百度文心一言、讯飞星火认知、阿里通义千问、360 智脑以及腾讯混元,可用于二次分发管理 key,仅单可执行文件,已打包好 Docker 镜像,一键部署,开箱即用. OpenAI key management & redistribution system, using a single API for all LLMs, and features an English UI.
https://openai.justsong.cn/
MIT License
19.19k stars 4.28k forks source link

GPT4o image输入格式有问题 #1466

Open ziranyang0 opened 5 months ago

ziranyang0 commented 5 months ago

问题描述 使用gpt-4o输入图片时候的message格式导致报错

复现步骤 https://cookbook.openai.com/examples/gpt_with_vision_for_video_understanding 运行官方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'}}"
ccz0918 commented 4 months ago

请问道友,后来这个问题解决了吗 @ziranyang0

bianzy23 commented 3 months ago

请问道友,后来这个问题解决了吗 @ziranyang0

你好请问解决了吗