Spaces:
Configuration error
Configuration error
Update config.py
Browse files
config.py
CHANGED
@@ -12,7 +12,7 @@ def init_google_sheets_client():
|
|
12 |
return gspread.authorize(creds)
|
13 |
|
14 |
# Google Sheets name
|
15 |
-
google_sheets_name = "Chatbot Test
|
16 |
|
17 |
# Define available models
|
18 |
models = {
|
@@ -28,4 +28,4 @@ default_model_name = "Meta-Llama-3-8B-Instruct"
|
|
28 |
# Define available user names
|
29 |
user_names = ["Laura Musto", "Brian Carpenter", "Germ谩n Capdehourat", "Isabel Amigo", "Aiala Ros谩", "Luis Chiruzzo", "Igancio Sastre", "Santiago G贸ngora", "Ignacio Remersaro", "Rodrigo Souza"]
|
30 |
|
31 |
-
MAX_INTERACTIONS =
|
|
|
12 |
return gspread.authorize(creds)
|
13 |
|
14 |
# Google Sheets name
|
15 |
+
google_sheets_name = "Chatbot Test"
|
16 |
|
17 |
# Define available models
|
18 |
models = {
|
|
|
28 |
# Define available user names
|
29 |
user_names = ["Laura Musto", "Brian Carpenter", "Germ谩n Capdehourat", "Isabel Amigo", "Aiala Ros谩", "Luis Chiruzzo", "Igancio Sastre", "Santiago G贸ngora", "Ignacio Remersaro", "Rodrigo Souza"]
|
30 |
|
31 |
+
MAX_INTERACTIONS = 5
|