chore: update default brain URLs to *.lthn.lan convention
Ollama and Qdrant defaults now use ollama.lthn.lan and qdrant.lthn.lan to match the homelab service mesh naming. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
9623e1e0b5
commit
02cc11d2cf
1 changed files with 2 additions and 2 deletions
|
|
@ -82,8 +82,8 @@ return [
|
|||
*/
|
||||
|
||||
'brain' => [
|
||||
'ollama_url' => env('BRAIN_OLLAMA_URL', 'https://ollama.lan'),
|
||||
'qdrant_url' => env('BRAIN_QDRANT_URL', 'https://qdrant.lan'),
|
||||
'ollama_url' => env('BRAIN_OLLAMA_URL', 'https://ollama.lthn.lan'),
|
||||
'qdrant_url' => env('BRAIN_QDRANT_URL', 'https://qdrant.lthn.lan'),
|
||||
'collection' => env('BRAIN_COLLECTION', 'openbrain'),
|
||||
'embedding_model' => env('BRAIN_EMBEDDING_MODEL', 'embeddinggemma'),
|
||||
],
|
||||
|
|
|
|||
Reference in a new issue