You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
359 B
12 lines
359 B
# qBittorrent API Configuration |
|
QBIT_HOST=http://localhost:8080 |
|
QBIT_USERNAME=admin |
|
QBIT_PASSWORD=password |
|
|
|
# OpenAI API Key (required for the LangChain agent) |
|
OPENAI_API_KEY=sk-proj-Rs93xxxxxxxxxxxxxxxxxxxxxUnStmeSHj_gUiEfbGzaFeZf0rgdaQzllQmvcMy6o-SywA |
|
|
|
# DuckDuckGo Search Configuration |
|
DUCKDUCKGO_ENABLED=true |
|
DUCKDUCKGO_MAX_RESULTS=5 |
|
OMDB_API_KEY=3b6bc268 |