rohan112 commited on
Commit
2faa043
·
verified ·
1 Parent(s): 4f2c796

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ vectorstore = FAISS.from_documents(docs,
27
  retriever = vectorstore.as_retriever()
28
  print("assigning model")
29
  model = ChatTogether(
30
- model = "meta-llama/Meta-Llama-3-8B-Instruct-Lite"
31
  # model="meta-llama/Llama-3-70b-chat-hf",
32
  temperature=0.0,
33
  max_tokens=500,)
 
27
  retriever = vectorstore.as_retriever()
28
  print("assigning model")
29
  model = ChatTogether(
30
+ model = "meta-llama/Meta-Llama-3-8B-Instruct-Lite",
31
  # model="meta-llama/Llama-3-70b-chat-hf",
32
  temperature=0.0,
33
  max_tokens=500,)