Remove mock LLM server and related configurations; update README and exploit tests for clarity

This commit is contained in:
Dontrail Cotlage
2026-02-04 02:21:22 +00:00
parent c58cea33c5
commit 81f074a338
7 changed files with 17 additions and 233 deletions

View File

@@ -1,18 +1,18 @@
{
"provider": {
"model": "gpt-4",
"api_base": "http://mock-llm:8080/v1",
"api_key": "sk-poc-test-key-not-real"
"api_base": "https://api.openai.com/v1",
"api_key": "NOT_USED_IN_POC_TESTS"
},
"channels": {
"telegram": {
"enabled": false,
"token": "FAKE_TELEGRAM_TOKEN_FOR_POC",
"token": "NOT_USED_IN_POC_TESTS",
"allow_from": ["123456789"]
},
"whatsapp": {
"enabled": false,
"bridge_url": "ws://bridge:3000"
"bridge_url": "ws://localhost:3000"
}
},
"workspace": "/app/workspace",