**Add new test script, agent modifications, and SearXNG integration updates**

This commit is contained in:
geoffsee
2025-05-27 19:10:33 -04:00
parent bb99e652f9
commit 29f70146d2
24 changed files with 2538 additions and 38 deletions

10
.env
View File

@@ -1,6 +1,6 @@
OPENAI_API_KEY=""
OPENAI_API_KEY="your-key-goes-here"
OPENAI_API_BASE="https://api.openai.com/v1"
GENAISCRIPT_MODEL_LARGE=""
GENAISCRIPT_MODEL_SMALL=""
SEARXNG_API_BASE_URL=""
SEARXNG_PASSWORD=
GENAISCRIPT_MODEL_LARGE="gpt-4o-mini-2024-07-18"
GENAISCRIPT_MODEL_SMALL="gpt-4o-mini-2024-07-18"
SEARXNG_API_BASE_URL="http://localhost:8080"
SEARXNG_PASSWORD="777b930e"