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
看到server api const chat = await (0, node_fetch_1.default)(${tokenInfo.host}/v1/chat/completions, { ,应该是读取的 'https://api.openai.com/v1/chat/completions', ,但是token表没有初始化???
${tokenInfo.host}/v1/chat/completions
The text was updated successfully, but these errors were encountered:
还有一个问题,这个支持读取,chatglm这种自己部署的模型么?
Sorry, something went wrong.
这个是需要花钱的吧,得通过admin在后台配置。
这个还是得求一个答案啊
朋友解决了吗?我配置以后只能第一次正常,之后返回错误,自动把自定义的taken禁用了
No branches or pull requests
看到server api
const chat = await (0, node_fetch_1.default)(
${tokenInfo.host}/v1/chat/completions
, {,应该是读取的
'https://api.openai.com/v1/chat/completions',
,但是token表没有初始化???
The text was updated successfully, but these errors were encountered: