K00B404 commited on
Commit
f5942e7
·
verified ·
1 Parent(s): 0a751e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ from huggingface_hub import InferenceClient
16
 
17
  # Initialize the InferenceClient
18
  client = InferenceClient(
19
- "mistralai/Mistral-Nemo-Instruct-2407",
20
- token="hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
21
  )
22
 
23
  def chat_with_model(system_prompt, user_message):
 
16
 
17
  # Initialize the InferenceClient
18
  client = InferenceClient(
19
+ MODEL,
20
+ token=HF_TOKEN,
21
  )
22
 
23
  def chat_with_model(system_prompt, user_message):