fix: use openai-responses
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user