sunweihunu
sunweihunu
### Describe the bug In VSCode terminal, generated code blocks & errors progressively repeat in a flashing way ### Reproduce interpreter -y --model gpt-3.5-turbo --api_base "https://..../v1" --api_key "sk-..." ### Expected...
### Is your feature request related to a problem? / 你想要的功能和什么问题相关? 很多模型都可以兼容OpenAI的API格式,希望增加五个兼容OpenAI的API格式的自定义模型,用户填了Key和Base URL就可以使用了。 ### Describe the solution you'd like. / 你想要的解决方案是什么? 比较好实现,就是把现有的OpenAI的API格式的模型,在设置里复制五个自定义模型就好。 ### Describe alternatives you've considered. / 你考虑过的其他方案是什么? 自己编译报错了。...
### Is your feature request related to a problem? / 你想要的功能和什么问题相关? 提示词输入不方便。 ### Describe the solution you'd like. / 你想要的解决方案是什么? 在主界面菜单上增加一个自定义Prompts菜单,这个菜单读取一个MD文档,一级标题是分组;二级标题是自定义提示词。用户可以编辑这个MD文档。系统默认提供一个常用MD文档。点击完这个菜单以后,下面输入词自动填充该条提示词。 ### Describe alternatives you've considered. / 你考虑过的其他方案是什么? 自己输入比较麻烦。 ###...
How to fix the following demo and ask data interpreter to automatically save generated Python codes and calculation results to a specific folder ? ```python import asyncio from metagpt.roles.di.data_interpreter import...
When does llms-with-matlab support Google Gemini?
### Describe the bug / 描述问题 QianWen登录后,仍然没有回答,只是提示: 当前版本不支持该功能,请升级使用 ### To Reproduce / 复现步骤 QianWen登录后,仍然没有回答,只是提示: 当前版本不支持该功能,请升级使用 ### Expected behavior / 期望行为 QianWen登录后,以前是正常回答的。 ### Screenshots / 截图 _No response_ ### Devtools Info...
大帅好,请问命令行怎么用参数自动选择语言和语音? 就是一条命令运行,不用键盘选语言和语音,就直接出MP3. 请给个示例较好。 谢谢!
readme的中英文链接弄反了 | [English](https://github.com/allwefantasy/byzer-llm/blob/master/docs/zh) | [中文](https://github.com/allwefantasy/byzer-llm/blob/master/docs/en) |
auto-coder.chat 🚀 正在初始化系统... ✓ 项目初始化完成。 正在检查Ray状态... ✓ Ray已经在运行。 正在检查deepseek_chat模型可用性... ! deepseek_chat模型不可用。请选择一个提供商: 请输入您的API密钥: sk-by****************************************** 正在使用硅基流动部署deepseek_chat模型... Command Line Arguments: -------------------------------------------------- command : deploy ray_address : auto num_workers : 1 worker_concurrency : 1000...
配置 { "OPENAI_API_KEY": "sk-qE***", "OPENAI_BASE_URL": "https://api.chatanywhere.tech/v1", "OPENAI_MODEL": "claude-3-7-sonnet-20250219", "Providers": [ { "name": "ChatAnywhere", "api_base_url": "https://api.chatanywhere.tech/v1", "api_key": "sk-qEc***", "models": [ "claude-3-7-sonnet-20250219" ] }, { "name": "deepseek", "api_base_url": "https://api.chatanywhere.tech/v1", "api_key": "sk-qEcoE***", "models":...