Rehman1603 commited on
Commit
3a004d7
·
verified ·
1 Parent(s): 29bdc78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def Bot(text, question):
28
  input_variables=['text', 'Questions'],
29
  template=chat_template
30
  )
31
- llama3 = Together(model="meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo", max_tokens=50)
32
  Generated_chat = LLMChain(llm=llama3, prompt=prompt)
33
 
34
  try:
 
28
  input_variables=['text', 'Questions'],
29
  template=chat_template
30
  )
31
+ llama3 = Together(model="meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo", max_tokens=250)
32
  Generated_chat = LLMChain(llm=llama3, prompt=prompt)
33
 
34
  try: