From 179b963525bb16d8f4a4a91a384d4e878f869103 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 5 Dec 2023 02:01:49 -0500 Subject: [PATCH] Update example.env --- example.env | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/example.env b/example.env index 09911a5c..00b399d9 100644 --- a/example.env +++ b/example.env @@ -1,8 +1,9 @@ +# If serving with the backend (Recommended) +PUBLIC_API_BASE_URL='/ollama/api' + +# Comment above and Uncomment below if you're serving only the frontend (Not supported) # must be defined, but defaults to 'http://{location.hostname}:11434/api' # can also use path, such as '/api' -PUBLIC_API_BASE_URL='' +# PUBLIC_API_BASE_URL='' -OLLAMA_API_ID='my-api-token' -OLLAMA_API_TOKEN='xxxxxxxxxxxxxxxx' -# generated by passing the token to `caddy hash-password` -OLLAMA_API_TOKEN_DIGEST='$2a$14$iyyuawykR92xTHNR9lWzfu.uCct/9/xUPX3zBqLqrjAu0usNRPbyi' +OLLAMA_API_BASE_URL='http://localhost:11434/api'