Spaces:
Sleeping
Sleeping
mohamirf
commited on
Commit
•
7f01e5e
1
Parent(s):
5d2b5e7
api_token updated.
Browse files
app.py
CHANGED
@@ -8,6 +8,8 @@ from langchain_core.prompts import ChatPromptTemplate
|
|
8 |
|
9 |
load_dotenv()
|
10 |
|
|
|
|
|
11 |
# Define the repository ID and task
|
12 |
repo_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
13 |
task = "text-generation"
|
|
|
8 |
|
9 |
load_dotenv()
|
10 |
|
11 |
+
api_token = os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
12 |
+
|
13 |
# Define the repository ID and task
|
14 |
repo_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
15 |
task = "text-generation"
|