mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(server): token calculate (#12667)
This commit is contained in:
@@ -356,12 +356,12 @@ export enum CopilotModels {
|
||||
Gpt4OmniMini0718 = 'Gpt4OmniMini0718',
|
||||
Gpt41 = 'Gpt41',
|
||||
Gpt41Mini = 'Gpt41Mini',
|
||||
Gpt41Nano = 'Gpt41Nano',
|
||||
Gpt410414 = 'Gpt410414',
|
||||
GptImage = 'GptImage',
|
||||
TextEmbedding3Large = 'TextEmbedding3Large',
|
||||
TextEmbedding3Small = 'TextEmbedding3Small',
|
||||
TextEmbeddingAda002 = 'TextEmbeddingAda002',
|
||||
TextModerationLatest = 'TextModerationLatest',
|
||||
TextModerationStable = 'TextModerationStable',
|
||||
}
|
||||
|
||||
export interface CopilotPromptConfigInput {
|
||||
|
||||
Reference in New Issue
Block a user