Echo08

Results 2 comments of Echo08

找多个介绍(csdn,知乎),比如这个:https://blog.csdn.net/m0_65555479/article/details/149497860。 怎么配置都不对,用不起来。 ``` # Enable custom LLM support USE_CUSTOM_LLM=true CUSTOM_LLM_PROVIDER="siliconflow" # LLM provider CUSTOM_LLM_API_KEY="sk-1234" # Your LLM provider API key CUSTOM_LLM_ENDPOINT="https://api.siliconflow.cn/v1" # API endpoint CUSTOM_LLM_MODEL_NAME="deepseek-ai/DeepSeek-R1" # Model name ```

> 直接 RunVSAgent 插件里加载 monkeycode 扩展是不行的,区别于 roo-code 使用到的 vscode 协议都需要单独实现。 为什么monkeycode的扩展修改,就无法兼容RunVSAgent的运行模式?假如想解决这个问题,在monkeycode里面实现,还是RunVSAgent里面来实现。