fffiloni commited on
Commit
ac75eb4
1 Parent(s): 32bf766

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ Immediately STOP after that. It should be EXACTLY in this format:
163
  def get_musical_prompt(user_prompt, chosen_model):
164
 
165
  if chosen_model == "Mustango" :
166
- agent_maker_sys = mustango_sys
167
  else :
168
  agent_maker_sys = standard_sys
169
 
 
163
  def get_musical_prompt(user_prompt, chosen_model):
164
 
165
  if chosen_model == "Mustango" :
166
+ agent_maker_sys = standard_sys
167
  else :
168
  agent_maker_sys = standard_sys
169