Spaces:
Sleeping
Sleeping
Commit
·
18c34ed
1
Parent(s):
cbb622b
Initial and final commit
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ if "history" not in st.session_state:
|
|
13 |
if user_input:
|
14 |
try:
|
15 |
llm = HuggingFaceEndpoint(
|
16 |
-
repo_id="
|
17 |
huggingfacehub_api_token=os.environ.get("HUGGINGFACEHUB_API_TOKEN"),
|
18 |
temperature=0.5,
|
19 |
max_new_tokens=100,
|
|
|
13 |
if user_input:
|
14 |
try:
|
15 |
llm = HuggingFaceEndpoint(
|
16 |
+
repo_id="mistralai/Mistral-7B-Instruct-v0.1",
|
17 |
huggingfacehub_api_token=os.environ.get("HUGGINGFACEHUB_API_TOKEN"),
|
18 |
temperature=0.5,
|
19 |
max_new_tokens=100,
|