mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
💄 style(aihubmix): update extendParams to include urlContext (#9914)
✨ feat(aihubmix): update extendParams to include urlContext
This commit is contained in:
@@ -905,7 +905,7 @@ const aihubmixModels: AIChatModelCard[] = [
|
||||
},
|
||||
releasedAt: '2025-06-17',
|
||||
settings: {
|
||||
extendParams: ['thinkingBudget'],
|
||||
extendParams: ['thinkingBudget', 'urlContext'],
|
||||
searchImpl: 'params',
|
||||
searchProvider: 'google',
|
||||
},
|
||||
@@ -933,7 +933,7 @@ const aihubmixModels: AIChatModelCard[] = [
|
||||
},
|
||||
releasedAt: '2025-06-17',
|
||||
settings: {
|
||||
extendParams: ['thinkingBudget'],
|
||||
extendParams: ['thinkingBudget', 'urlContext'],
|
||||
searchImpl: 'params',
|
||||
searchProvider: 'google',
|
||||
},
|
||||
@@ -983,7 +983,7 @@ const aihubmixModels: AIChatModelCard[] = [
|
||||
},
|
||||
releasedAt: '2025-07-22',
|
||||
settings: {
|
||||
extendParams: ['thinkingBudget'],
|
||||
extendParams: ['thinkingBudget', 'urlContext'],
|
||||
searchImpl: 'params',
|
||||
searchProvider: 'google',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user