workdir is now set in env so that it can be mounted within the container

This commit is contained in:
tcsenpai 2025-05-02 23:22:56 +02:00
parent eda277aa54
commit 84c618678a
2 changed files with 9 additions and 8 deletions

View File

@ -1,4 +1,5 @@
SEARXNG_BASE_URL="http://127.0.0.1:8080"
OPENAI_API_KEY='xxxxx'
DEEPSEEK_API_KEY='xxxxx'
BACKEND_PORT=8000
BACKEND_PORT=8000
WORK_DIR="/tmp/"

View File

@ -1,16 +1,16 @@
[MAIN]
is_local = True
provider_name = ollama
provider_model = deepseek-r1:14b
provider_server_address = 127.0.0.1:11434
agent_name = Friday
provider_name = openai
provider_model = gpt-4o
provider_server_address = 192.168.1.6:11434/v1
agent_name = Joey
recover_last_session = False
save_session = False
speak = False
listen = False
work_dir = /Users/mlg/Documents/ai_folder
work_dir = ${WORK_DIR}
jarvis_personality = False
languages = en
[BROWSER]
headless_browser = False
stealth_mode = True
headless_browser = True
stealth_mode = True