LopLop (@Looooopez) 在 大佬们,请问包子铺的公益API为什么有cloudflare没法用呢? 中发帖
[image]
我用liteLLM转了一下openai,然后就跑CC,但是似乎有CF?我的api key和base url是没问题的,把key删了配置是这样的:
model_list:
model_name: claude-opus-4-1-20250805
litellm_params:
model: openai/claude-4.1-opus # or whatever model your server uses
api_base: https://api.5202030.xyz/v1 # Your OpenAI-compatible API endpoint
api_key:
You can add more models if needed
model_name: claude-haiku-4-5-202510
litellm_params:
mo...