feat: ai analyze
This commit is contained in:
+4
-4
@@ -13,11 +13,11 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'default' => 'deepseek',
|
||||
'default' => 'gemini',
|
||||
'default_for_images' => 'gemini',
|
||||
'default_for_audio' => 'openai',
|
||||
'default_for_transcription' => 'openai',
|
||||
'default_for_embeddings' => 'deepseek',
|
||||
'default_for_audio' => 'gemini',
|
||||
'default_for_transcription' => 'gemini',
|
||||
'default_for_embeddings' => 'gemini',
|
||||
'default_for_reranking' => 'cohere',
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user