From c593f6f49503caaf81b2bb7a29c78532af319397 Mon Sep 17 00:00:00 2001
From: yilun_jin <jyl.jal123@gmail.com>
Date: Sun, 24 Mar 2024 17:29:28 +0000
Subject: [PATCH] Update models/user_config.py

---
 models/user_config.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/models/user_config.py b/models/user_config.py
index fc0e284..3380d47 100644
--- a/models/user_config.py
+++ b/models/user_config.py
@@ -1,6 +1,6 @@
 # Importing DummyModel from the models package.
 # The DummyModel class is located in the dummy_model.py file inside the 'models' directory.
-from models.dummy_model import DummyModel, Vicuna2ZeroShot
+from models.dummy_model import DummyModel
 
 # This line establishes an alias for the DummyModel class to be used within this script.
 # Instead of directly using DummyModel everywhere in the code, we're assigning it to 'UserModel'.
@@ -19,5 +19,3 @@ UserModel = DummyModel
 #
 # UserModel = YourModel
 
-# For example, you can try the Vicuna2ZeroShot baseline by uncommenting the following line. 
-# UserModel = Vicuna2ZeroShot
-- 
GitLab