Spaces:
Runtime error
Runtime error
KushwanthK
commited on
Commit
•
6667194
1
Parent(s):
38ef87d
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ def prompt_engineer(text, longtext, query):
|
|
161 |
|
162 |
try:
|
163 |
llm = HuggingFaceHub(
|
164 |
-
repo_id="meta-llama/Meta-Llama-3
|
165 |
)
|
166 |
st.write("GEN llm connection started..")
|
167 |
# summary = llm.invoke(summary_prompt)
|
|
|
161 |
|
162 |
try:
|
163 |
llm = HuggingFaceHub(
|
164 |
+
repo_id="meta-llama/Meta-Llama-3-8B-Instruct", model_kwargs={"temperature": 0.1, "task":"text-generation"}
|
165 |
)
|
166 |
st.write("GEN llm connection started..")
|
167 |
# summary = llm.invoke(summary_prompt)
|