From c9173b71b6d76c8ffeaf5f70dbb18536b95b34f5 Mon Sep 17 00:00:00 2001
From: "Timothy J. Baek" <timothyjrbeck@gmail.com>
Date: Wed, 6 Mar 2024 11:51:51 -0800
Subject: [PATCH] chore: comment rename

---
 backend/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/config.py b/backend/config.py
index f01989cb5..2b7cd7e69 100644
--- a/backend/config.py
+++ b/backend/config.py
@@ -200,7 +200,7 @@ if not os.path.exists(LITELLM_CONFIG_PATH):
 
 
 ####################################
-# OLLAMA_API_BASE_URL
+# OLLAMA_BASE_URL
 ####################################
 
 OLLAMA_API_BASE_URL = os.environ.get(