WIP - enable embedings

This commit is contained in:
Francisco Gaona
2026-04-11 21:14:34 +02:00
parent df183230d8
commit dc18b08a3a
3 changed files with 129 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ export interface OpenAIConfig {
apiKey: string;
assistantId?: string;
model?: string;
embeddingModel?: string;
voice?: string;
}