feat: implement user management system and integrate AI services with Ollama and Gemini
This commit is contained in:
@@ -35,4 +35,15 @@ return [
|
||||
],
|
||||
],
|
||||
|
||||
'gemini' => [
|
||||
'key' => env('GEMINI_API_KEY'),
|
||||
'model' => env('GEMINI_MODEL', 'gemini-1.5-flash'),
|
||||
],
|
||||
|
||||
'ollama' => [
|
||||
'url' => env('OLLAMA_URL', 'http://localhost:11434'),
|
||||
'model' => env('OLLAMA_MODEL', 'glm-ocr'),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user