什么是 adding-models?
将新的 LLM 模型添加到 Letta Code 的指南。当用户想要添加对新模型的支持、需要知道有效的模型句柄或想要更新模型配置时使用。涵盖 models.json 配置、CI 测试矩阵和句柄验证。 来源:letta-ai/letta-code。
将新的 LLM 模型添加到 Letta Code 的指南。当用户想要添加对新模型的支持、需要知道有效的模型句柄或想要更新模型配置时使用。涵盖 models.json 配置、CI 测试矩阵和句柄验证。
通过命令行快速安装 adding-models AI 技能到你的开发环境
来源:letta-ai/letta-code。
This skill guides you through adding a new LLM model to Letta Code.
To include the model in automated testing, add it to .github/workflows/ci.yml:
This is handled by isGeminiModel() and isOpenAIModel() in src/tools/manager.ts. You typically don't need to modify this unless adding a new provider.
将新的 LLM 模型添加到 Letta Code 的指南。当用户想要添加对新模型的支持、需要知道有效的模型句柄或想要更新模型配置时使用。涵盖 models.json 配置、CI 测试矩阵和句柄验证。 来源:letta-ai/letta-code。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/letta-ai/letta-code --skill adding-models将新的 LLM 模型添加到 Letta Code 的指南。当用户想要添加对新模型的支持、需要知道有效的模型句柄或想要更新模型配置时使用。涵盖 models.json 配置、CI 测试矩阵和句柄验证。 来源:letta-ai/letta-code。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/letta-ai/letta-code --skill adding-models 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/letta-ai/letta-code