远坂凛 (@Exca1ibur)oh-my-pi中转站配置 中发帖

想体验下新cli,搜了下都没找到太多配置教程,于是让AI读了下文档搓了个配置出来 
因为rc支持/v1/chat/completions,其他中转没用过。所以rc为例,非广告
%USERPROFILE%\.omp\agent\models.yml
providers:
rightscode:
baseUrl: https://www.right.codes/codex/v1
apiKey: KE
api: openai-responses
models:
- id: gpt-5.2-high
name: gpt-5.2-high
api: openai-responses
reasoning: true
input: [text]
contextWindow:...