25 lines
650 B
YAML
25 lines
650 B
YAML
server:
|
|
url: "http://127.0.0.1:8000"
|
|
llm:
|
|
use_local_chat: false
|
|
use_local_embedding: false
|
|
local_model_dir: ""
|
|
local_embedding_model: "intfloat/e5-large-v2"
|
|
local_rerank_model: "cross-encoder/stsb-distilroberta-base"
|
|
openai_embedding_model: "text-embedding-3-small"
|
|
openai_chat_model: "gpt-3.5-turbo-0125"
|
|
temperature: 0.1
|
|
homeassistant:
|
|
url: "http://localhost:8123"
|
|
token: ""
|
|
plugins:
|
|
calendar:
|
|
default_calendar: "calendar.my_calendar"
|
|
todo:
|
|
default_list: "todo.todo"
|
|
vasttrafik:
|
|
key: ""
|
|
secret: ""
|
|
default_from_station: "Brunnsparken"
|
|
default_to_station: "Centralstationen"
|
|
delay: 0 # minutes |