Spaces:
Configuration error
Configuration error
Update config.py
Browse files
config.py
CHANGED
@@ -23,9 +23,9 @@ models = {
|
|
23 |
}
|
24 |
|
25 |
# Default model name
|
26 |
-
default_model_name = "Llama-
|
27 |
|
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 =
|
|
|
23 |
}
|
24 |
|
25 |
# Default model name
|
26 |
+
default_model_name = "Meta-Llama-3-8B-Instruct"
|
27 |
|
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 = 4
|