We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker run -itd --name=free-gpt3.5-2api -e AUTHORIZATIONS=abc,bac -p 9846:3040 ghcr.io/aurorax-neo/free-gpt3.5-2api
[root@c2024061820734 ~]# curl --location --request GET 'http://127.0.0.1:9846/v1/accTokens' \ > --header 'Authorization: Bearer abc' {"count":0,"canUseCount":0}[root@c2024061820734 ~]#
这个是还需要配置什么吗
The text was updated successfully, but these errors were encountered:
你这个需要自己导入一下token.yml到容器内部的目录,
Sorry, something went wrong.
No branches or pull requests
docker run -itd --name=free-gpt3.5-2api -e AUTHORIZATIONS=abc,bac -p 9846:3040 ghcr.io/aurorax-neo/free-gpt3.5-2api
这个是还需要配置什么吗
The text was updated successfully, but these errors were encountered: