Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def Bot(text, question):
|
|
26 |
input_variables=['text', 'Questions'],
|
27 |
template=chat_template
|
28 |
)
|
29 |
-
llama3 = Together(model="meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo", max_tokens=
|
30 |
Generated_chat = LLMChain(llm=llama3, prompt=prompt)
|
31 |
|
32 |
try:
|
|
|
26 |
input_variables=['text', 'Questions'],
|
27 |
template=chat_template
|
28 |
)
|
29 |
+
llama3 = Together(model="meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo", max_tokens=50)
|
30 |
Generated_chat = LLMChain(llm=llama3, prompt=prompt)
|
31 |
|
32 |
try:
|