Rehman1603 commited on
Commit
f856b07
·
verified ·
1 Parent(s): 14422bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-70b-chat-hf", max_tokens=50)
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: