No quotes in the env file
This commit is contained in:
parent
98938d3c39
commit
3073cb7e6d
|
@ -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"
|
||||
# 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".
|
||||
# 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.
|
||||
|
|
Loading…
Reference in a new issue