SiddarthReddy commited on
Commit
498dcda
·
verified ·
1 Parent(s): 8c86ca7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
 
7
  HF_API_TOKEN = os.getenv("Champignon") # Replace with your API key
8
 
9
- MODEL_NAME = "mistralai/Mistral-7B-Instruct" # Choose an LLM model
10
 
11
 
12
  # Function to query the LLM
 
6
 
7
  HF_API_TOKEN = os.getenv("Champignon") # Replace with your API key
8
 
9
+ MODEL_NAME = "mistralai/Mistral-7B-Instruct-v0.3" # Choose an LLM model
10
 
11
 
12
  # Function to query the LLM