add ollama proxy

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-29 17:40:31 -05:00
parent 435a3b259a
commit 65e5fdc59e

View file

@ -76,6 +76,7 @@ in
extraOptions = [
"--network=librechat-network"
"--add-host=azureproxy:100.64.0.8"
"--add-host=ollamaproxy:100.64.0.6"
];
};