Jekyll2000 commited on
Commit
6cb699c
·
verified ·
1 Parent(s): e387f86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def Bot(Questions):
28
  input_variables=['text', 'Questions'],
29
  template=chat_template
30
  )
31
- llama3 = Together(model="meta-llama/Llama-3-70b-chat-hf", max_tokens=25)
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/Llama-3-70b-chat-hf", max_tokens=20)
32
  Generated_chat = LLMChain(llm=llama3, prompt=prompt)
33
 
34
  try: