mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-03 01:30:11 +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"
|
SEARXNG_BASE_URL="http://127.0.0.1:8080"
|
||||||
OPENAI_API_KEY='xxxxx'
|
OPENAI_API_KEY='xxxxx'
|
||||||
DEEPSEEK_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]
|
[MAIN]
|
||||||
is_local = True
|
is_local = True
|
||||||
provider_name = ollama
|
provider_name = openai
|
||||||
provider_model = deepseek-r1:14b
|
provider_model = gpt-4o
|
||||||
provider_server_address = 127.0.0.1:11434
|
provider_server_address = 192.168.1.6:11434/v1
|
||||||
agent_name = Friday
|
agent_name = Joey
|
||||||
recover_last_session = False
|
recover_last_session = False
|
||||||
save_session = False
|
save_session = False
|
||||||
speak = False
|
speak = False
|
||||||
listen = False
|
listen = False
|
||||||
work_dir = /Users/mlg/Documents/ai_folder
|
work_dir = ${WORK_DIR}
|
||||||
jarvis_personality = False
|
jarvis_personality = False
|
||||||
languages = en
|
languages = en
|
||||||
[BROWSER]
|
[BROWSER]
|
||||||
headless_browser = False
|
headless_browser = True
|
||||||
stealth_mode = True
|
stealth_mode = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user