feat: documents

This commit is contained in:
Timothy J. Baek 2024-01-07 22:14:08 -08:00
parent 02f364bfd9
commit 2603ac30bc
3 changed files with 42 additions and 10 deletions

View file

@ -58,7 +58,7 @@ if OPENAI_API_BASE_URL == "":
# WEBUI_VERSION
####################################
WEBUI_VERSION = os.environ.get("WEBUI_VERSION", "v1.0.0-alpha.50")
WEBUI_VERSION = os.environ.get("WEBUI_VERSION", "v1.0.0-alpha.61")
####################################
# WEBUI_AUTH (Required for security)