Rob Learsch commited on
Commit
1d30282
·
1 Parent(s): e165667

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -208,7 +208,8 @@ all_phrases_grateful_dead = generate_cumulative_phrases(songs_from_text(grateful
208
  size = 350 #256
209
 
210
  # Initialize Hugging Face Inference Client
211
- client = InferenceClient(token=HF_API_KEY)
 
212
 
213
 
214
  system_message = "Don't be too repetitive. Please limit your response to only a few sentences."
 
208
  size = 350 #256
209
 
210
  # Initialize Hugging Face Inference Client
211
+ client = InferenceClient(token=HF_API_KEY,
212
+ model="MiniMaxAI/MiniMax-M2.1",)
213
 
214
 
215
  system_message = "Don't be too repetitive. Please limit your response to only a few sentences."