mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-05 04:19:02 +08:00
fix(providerConfig): add includeUsage option to provider configuration (#10269)
This commit is contained in:
parent
97e9e42173
commit
3d6a82fb00
@ -213,7 +213,8 @@ export function providerToAiSdkConfig(
|
|||||||
options: {
|
options: {
|
||||||
...options,
|
...options,
|
||||||
name: actualProvider.id,
|
name: actualProvider.id,
|
||||||
...extraOptions
|
...extraOptions,
|
||||||
|
includeUsage: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user