Disable image prompts for DeepInfra's gpt-oss-120b
This commit is contained in:
parent
beb45cba22
commit
60b197affe
@ -22,7 +22,7 @@ export const DEEPINFRA_MODEL_CATALOG: DeepInfraModelCatalogEntry[] = [
|
||||
id: DEEPINFRA_DEFAULT_MODEL_ID,
|
||||
name: DEEPINFRA_DEFAULT_MODEL_NAME,
|
||||
reasoning: true,
|
||||
input: ["text", "image"],
|
||||
input: ["text"],
|
||||
contextWindow: 131072,
|
||||
maxTokens: 131072,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user