mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-01 16:50:10 +00:00
workdir is now set in env so that it can be mounted within the container
This commit is contained in:
parent
eda277aa54
commit
84c618678a
@ -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/"
|
14
config.ini
14
config.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user