feat: enable buildtime API_ENDPOINT env var

This commit is contained in:
Timothy J. Baek 2023-10-21 16:14:12 -07:00 committed by AJ ONeal
parent f4f1283cd5
commit 86395a8c1f
No known key found for this signature in database
GPG key ID: 65118FF2A9DB590F
10 changed files with 692 additions and 64 deletions

2
.env.example Normal file
View file

@ -0,0 +1,2 @@
OLLAMA_API_ENDPOINT=""
PUBLIC_API_ENDPOINT="$OLLAMA_API_ENDPOINT"