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
在本地部署一个开源大模型,并将微信账户接入本地的模型,不使用API接口的方法完成这个任务
No response
不使用API接口
The text was updated successfully, but these errors were encountered:
可以,自己部署就行,本地部署可以用xinference,git上搜一下这个项目 。
Sorry, something went wrong.
模型是以openai接口提供的话,可以如下配置,参考#2046:
部分配置如下: { "open_ai_api_key": "sk-2c23a6cf8d2a2b677275d38c", # 三方服务的key "bot_type": "chatGPT", # 兼容openai请求格式时候,保持不变, "model": "claude-opus", # 依三方服务商提供的模型名字为准 "open_ai_api_base": "https://api.dxxxxxxh.com/v1", # 三方服务api 地址 }
No branches or pull requests
总结
在本地部署一个开源大模型,并将微信账户接入本地的模型,不使用API接口的方法完成这个任务
举例
No response
动机
不使用API接口
The text was updated successfully, but these errors were encountered: