This repository has been archived on 2024-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
local-llm-server/other/tests/config.sh

9 lines
154 B
Bash
Raw Permalink Normal View History

2024-07-07 15:05:35 -06:00
HOST="http://localhost:5000"
AUTH_KEY="TEST_1df979f0-6df1-41bd-814a-e99b1680e727"
PROXY_SERVERS=(
"http://172.0.4.7:3128"
"http://172.0.4.8:3128"
)