Spaces:
Sleeping
Sleeping
Andre
commited on
Commit
·
1ae7fed
1
Parent(s):
15744f8
“Update”
Browse files- config/models.py +1 -1
config/models.py
CHANGED
@@ -5,4 +5,4 @@ models = [
|
|
5 |
]
|
6 |
|
7 |
# Debugging: Print prompt and model options
|
8 |
-
print("Model Options:", [m["alias"] for m in models])
|
|
|
5 |
]
|
6 |
|
7 |
# Debugging: Print prompt and model options
|
8 |
+
#print("Model Options:", [m["alias"] for m in models])
|