acecalisto3 commited on
Commit
2fe3235
·
verified ·
1 Parent(s): 23b24a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ install() # Enable rich tracebacks for easier debugging
17
  # --- Constants ---
18
 
19
  API_URL = "https://api-inference.huggingface.co/models/"
20
- MODEL_NAME = "mistralai/Mixtral-8x7B-Instruct-v0.1" # Replace with your desired model
21
 
22
  # Chat Interface Parameters
23
  DEFAULT_TEMPERATURE = 0.9
 
17
  # --- Constants ---
18
 
19
  API_URL = "https://api-inference.huggingface.co/models/"
20
+ MODEL_NAME = "meta-llama/Meta-Llama-3.1-8B" # Replace with your desired model
21
 
22
  # Chat Interface Parameters
23
  DEFAULT_TEMPERATURE = 0.9