No quotes in the env file

This commit is contained in:
powermaker450 2024-06-25 23:13:34 -04:00
parent 98938d3c39
commit 3073cb7e6d

View file

@ -49,7 +49,7 @@ API_ENDPOINT=http://localhost:8080/v1
# The OpenAI-compatible endpoint for the bot to send messsages to. Defaults to "http://localhost:8080/v1" # The OpenAI-compatible endpoint for the bot to send messsages to. Defaults to "http://localhost:8080/v1"
# e.x. "http://localhost:8080/v1", "https://api.openai.com/v1" # e.x. "http://localhost:8080/v1", "https://api.openai.com/v1"
API_KEY="none" API_KEY=none
# Your API key here for OpenAI/LocalAI. Defaults to the string "none". # Your API key here for OpenAI/LocalAI. Defaults to the string "none".
# MAKE SURE to fill this in with your OpenAI API Key or a key you may have set for LocalAI. # MAKE SURE to fill this in with your OpenAI API Key or a key you may have set for LocalAI.
# If you didn't set the API key for LocalAI, you may leave this blank. # If you didn't set the API key for LocalAI, you may leave this blank.