rohan112 commited on
Commit
9085eb1
·
verified ·
1 Parent(s): 99dc769

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ vectorstore = FAISS.from_documents(docs,
28
  retriever = vectorstore.as_retriever()
29
  model = ChatTogether(
30
  # model="meta-llama/Llama-3-70b-chat-hf",
31
- # model = "meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
32
- model = "deepseek-ai/DeepSeek-R1-Distill-Llama-70B-free",
33
  temperature=0.0,
34
  max_tokens=500,)
35
 
 
28
  retriever = vectorstore.as_retriever()
29
  model = ChatTogether(
30
  # model="meta-llama/Llama-3-70b-chat-hf",
31
+ model = "meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
32
+ # model = "deepseek-ai/DeepSeek-R1-Distill-Llama-70B-free",
33
  temperature=0.0,
34
  max_tokens=500,)
35