Spaces:
uhygfd
/
Runtime error

uhygfd commited on
Commit
a0ea8c9
·
verified ·
1 Parent(s): 57c7831

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ API_TOKEN = random.choice(hugging_tokens)
23
  with open("./dialogues.txt", "r", encoding="utf-8") as file:
24
  error_phrases = [line.strip() for line in file]
25
 
26
- client = InferenceClient("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO", token=API_TOKEN)
27
 
28
  def format_prompt(message, history):
29
  # Предварительный текст, который будет добавлен перед каждым запросом
 
23
  with open("./dialogues.txt", "r", encoding="utf-8") as file:
24
  error_phrases = [line.strip() for line in file]
25
 
26
+ client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1", token=API_TOKEN)
27
 
28
  def format_prompt(message, history):
29
  # Предварительный текст, который будет добавлен перед каждым запросом