RockChinQ / free-one-api

LLM 逆向工程接口管理 | 通过标准 OpenAI API 访问 ChatGPT / gpt4free / Bard / Claude / HuggingChat / 通义千问 等 AI 的破解版 || ChatGPT reverse engineering API management | Access all reverse engineered LLM libs by standard OpenAI API format || 免费 ChatGPT Free GPT LLM API | 逆向工程 转 OpenAI API | converts all llm libs to OpenAI API
https://free-one-api.rockchin.top
GNU Affero General Public License v3.0
604 stars 81 forks source link

The suffix/v1/chat/completion is incorrect, displaying 404 #81

Closed cabinai closed 9 months ago

cabinai commented 9 months ago

The suffix/v1/chat/completion is incorrect, displaying 404

cabinai commented 9 months ago

/v1/chat/completions

RockChinQ commented 9 months ago

that's /v1/chat/completions

RockChinQ commented 9 months ago

Access this path through browser will get 404 indeed, this can only be used by POST method.

cabinai commented 9 months ago

OK,Thanks

cabinai commented 9 months ago

As for the selection of models, I don't see any description in the document

cabinai commented 9 months ago

Also, is it possible to support multiple accounts? I would like to automatically call the second account when the first one expires

cabinai commented 9 months ago

I can only initiate the GPT3.5 default model now

cabinai commented 9 months ago

The log shows the GPT-4 model, but in reality, GPT3.5 is still being called up. I have confirmed that my account has enabled Plus. Thank you

RockChinQ commented 9 months ago

20