Garvitj commited on
Commit
f7c66ef
·
verified ·
1 Parent(s): 51b2032

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import os
8
  HF_API_KEY = os.getenv("HF_API_KEY")
9
 
10
  # Hugging Face API Key (Replace with your actual key)
11
- client = InferenceClient(model="mistralai/Mistral-7B-Instruct-v0.3", token=HF_API_KEY)
12
 
13
  def classify_task(user_input):
14
  """Classifies user task using Mistral."""
 
8
  HF_API_KEY = os.getenv("HF_API_KEY")
9
 
10
  # Hugging Face API Key (Replace with your actual key)
11
+ client = InferenceClient(model="mistralai/Mistral-7B-v0.1", token=HF_API_KEY)
12
 
13
  def classify_task(user_input):
14
  """Classifies user task using Mistral."""