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