Update app.py
Browse files
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
|