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.
预期结果
在
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'}}"
问题描述 使用gpt-4o输入图片时候的message格式导致报错
复现步骤 https://cookbook.openai.com/examples/gpt_with_vision_for_video_understanding 运行官方codebook, 使用one-key的代理
预期结果 在
result = client.chat.completions.create(**params)
处会报错.报错信息