rohan112 commited on
Commit
b25e078
·
verified ·
1 Parent(s): 4ced4db

Update app.py

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