Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ load_dotenv()
|
|
36 |
api_token = os.getenv("API_TOKEN")
|
37 |
|
38 |
# Define the repository ID and task
|
39 |
-
repo_id = "
|
40 |
task = "text-generation"
|
41 |
|
42 |
# Initialize the Hugging Face Endpoint
|
|
|
36 |
api_token = os.getenv("API_TOKEN")
|
37 |
|
38 |
# Define the repository ID and task
|
39 |
+
repo_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
40 |
task = "text-generation"
|
41 |
|
42 |
# Initialize the Hugging Face Endpoint
|