fix: use openai-responses

This commit is contained in:
2026-04-30 16:48:39 +08:00
parent 24f3f717bf
commit af1d39c023
+2 -2
View File
@@ -19,7 +19,7 @@ providers:
cacheWrite: 0 cacheWrite: 0
llm-public: llm-public:
baseUrl: https://example.com/v1 baseUrl: https://example.com/v1
api: openai-completions api: openai-responses
apiKey: LLM_PUBLIC_KEY apiKey: LLM_PUBLIC_KEY
models: models:
- id: gpt-5.5 - id: gpt-5.5
@@ -30,7 +30,7 @@ providers:
- image - image
# models.dev also lists PDF input; OMP models.yml currently supports text/image only. # models.dev also lists PDF input; OMP models.yml currently supports text/image only.
# models.dev limit.input: 920000 # models.dev limit.input: 920000
contextWindow: 1050000 contextWindow: 920000
maxTokens: 130000 maxTokens: 130000
cost: cost:
input: 5 input: 5