feat: meal post ingredients

This commit is contained in:
2026-05-18 14:39:57 +02:00
parent 7916e7f718
commit 7a907f2b17
12 changed files with 404 additions and 10 deletions
+2 -2
View File
@@ -13,11 +13,11 @@ return [
|
*/
'default' => 'openai',
'default' => 'deepseek',
'default_for_images' => 'gemini',
'default_for_audio' => 'openai',
'default_for_transcription' => 'openai',
'default_for_embeddings' => 'openai',
'default_for_embeddings' => 'deepseek',
'default_for_reranking' => 'cohere',
/*