Wechat-AI-Assistant icon indicating copy to clipboard operation
Wechat-AI-Assistant copied to clipboard

微信AI助理 (Wechat AI Assistant): 在微信中与 ChatGPT AI 助理进行多模态交互, 处理问答、扮演角色、响应语音消息、分析图片和视频、总结文章和网页链接、搜索互联网等等。

Results 2 Wechat-AI-Assistant issues
Sort by recently updated
recently updated
newest added

Installing collected packages: sortedcontainers, soupsieve, PySocks, pydantic_core, pycparser, protobuf, packaging, outcome, h11, grpcio, distro, anyio, annotated-types, wsproto, webdriver-manager, pydantic, httpcore, grpcio-tools, cffi, beautifulsoup4, trio, pynng, httpx, wcferry, trio-websocket, openai, selenium...

如题,我已再三确认模型是存在的。 **配置如下:** openai: # OpenAI 相关配置。OpenAI管理后台: https://platform.openai.com/api-keys #api_key: #base_url: # API的网址。原版API使用默认值: https://api.openai.com/v1 api_key: sk-zytscKkrg06aExzG41F898Ef82F046Ea8bAd51Bb82D5280f base_url: http://localhost:3002/v1 proxy: # 代理服务器地址。格式为"http://地址:端口号" chat_model: gpt-3.5-turbo # 聊天使用模型名称,例如:gpt-3.5-turbo-0125, gpt-4-turbo-preview. 可用模型参见(https://platform.openai.com/docs/models/overview) # 作图参数, 参见(https://cookbook.openai.com/articles/what_is_new_with_dalle_3) 以及 api...