Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ load_dotenv()
|
|
13 |
api_token = os.getenv("API_TOKEN")
|
14 |
|
15 |
# Define the repository ID and task
|
16 |
-
repo_id = "
|
17 |
task = "text-generation"
|
18 |
|
19 |
# App config
|
|
|
13 |
api_token = os.getenv("API_TOKEN")
|
14 |
|
15 |
# Define the repository ID and task
|
16 |
+
repo_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
17 |
task = "text-generation"
|
18 |
|
19 |
# App config
|