feat: adds ollama support

This commit is contained in:
hackerESQ
2024-12-06 16:01:53 -06:00
parent cba9fe1e7b
commit cb9199431a
5 changed files with 449 additions and 451 deletions
+1
View File
@@ -27,5 +27,6 @@ return [
'request_timeout' => env('OPENAI_REQUEST_TIMEOUT', 30),
//
'base_uri' => env('OPENAI_BASE_URI', 'api.openai.com/v1'),
'model' => env('OPENAI_MODEL', 'gpt-4o'),
];