mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(electron): add missing configureAppThemeModule to shell (#8656)
This commit is contained in:
@@ -100,7 +100,9 @@ export interface CopilotMessageNotFoundDataType {
|
||||
export enum CopilotModels {
|
||||
DallE3 = 'DallE3',
|
||||
Gpt4Omni = 'Gpt4Omni',
|
||||
Gpt4Omni0806 = 'Gpt4Omni0806',
|
||||
Gpt4OmniMini = 'Gpt4OmniMini',
|
||||
Gpt4OmniMini0718 = 'Gpt4OmniMini0718',
|
||||
TextEmbedding3Large = 'TextEmbedding3Large',
|
||||
TextEmbedding3Small = 'TextEmbedding3Small',
|
||||
TextEmbeddingAda002 = 'TextEmbeddingAda002',
|
||||
|
||||
Reference in New Issue
Block a user