c0sogi / LLMChat

A full-stack Webui implementation of Large Language model, such as ChatGPT or LLaMA.
MIT License
245 stars 40 forks source link

API_ENV=? #10

Closed Torhamilton closed 1 year ago

Torhamilton commented 1 year ago

For production what is the value API_ENV="prod" or API_ENV="production"

c0sogi commented 1 year ago

You have to use "prod". If you use a value other than "local", "test", or "prod", it will automatically fall back to "local".

Torhamilton commented 1 year ago

Let's add comments to the .env file with some useful info

c0sogi commented 1 year ago

i will consider that