rodrisouza commited on
Commit
efe5a31
verified
1 Parent(s): b7173e0

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -23,9 +23,9 @@ models = {
23
  }
24
 
25
  # Default model name
26
- default_model_name = "Llama-2-7B-Chat"
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 = 2
 
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