chatanywhere / GPT_API_free

Free ChatGPT API Key,免费ChatGPT API,支持GPT4 API(免费),ChatGPT国内可用免费转发API,直连无需代理。可以搭配ChatBox等软件/插件使用,极大降低接口使用成本。国内即可无限制畅快聊天。
MIT License
25k stars 1.88k forks source link

'免费API限制使用gpt-3.5-turbo,gpt-4 和 embeddings模型 ,可是我就用的是gpt-3.5-turbo #317

Open kenny-qian opened 3 weeks ago

kenny-qian commented 3 weeks ago

Describe the bug 描述bug Error code: 403 - {'error': {'message': '免费API限制使用gpt-3.5-turbo,gpt-4 和 embeddings模型 ,如有更多需求,请访问 https://buyca.tech 购买付费API。The free account is limited to use gpt-3.5-turbo, gpt-4 and embeddings. If you have additional requirements, please visit https://buyca.tech to purchase a premium key.', 'type': 'chatanywhere_error', 'param': None, 'code': '403 FORBIDDEN'}}

To Reproduce 复现方法 使用Langchain的时候无法使用这个api

Screenshots 截图 image

Tools or Programming Language 使用的工具或编程语言 python,vscode

chatanywhere commented 3 weeks ago

你这个代码写的有问题哈 建议看下langchain的官方文档

https://python.langchain.com/v0.1/docs/modules/agents/agent_types/openai_functions_agent/

Dol0res commented 1 week ago

请问您解决了吗?我也遇到了同样的问题