Rehman1603 commited on
Commit
9e73cff
·
verified ·
1 Parent(s): 2250322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=250)
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: