feat: Host llama-cpp

This commit is contained in:
uttarayan21
2025-08-08 08:14:57 +03:00
parent cdab31315d
commit 516b8d095a

View File

@@ -69,7 +69,7 @@
Access-Control-Allow-Origin * Access-Control-Allow-Origin *
-Authorization "Bearer {env.LLAMA_API_KEY}" # Remove the header after validation -Authorization "Bearer {env.LLAMA_API_KEY}" # Remove the header after validation
} }
reverse_proxy localhost:${builtins.toString config.services.ollama.port} reverse_proxy localhost:${builtins.toString config.services.llama-cpp.port}
} }
respond "Unauthorized" 403 respond "Unauthorized" 403