rohan112 commited on
Commit
88eeefb
·
verified ·
1 Parent(s): 5b49c5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ 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.3-70B-Instruct-Turbo-Free"
33
  # model="meta-llama/Llama-3-70b-chat-hf",
34
  temperature=0.0,
35
  max_tokens=500,)
 
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.3-70B-Instruct-Turbo-Free",
33
  # model="meta-llama/Llama-3-70b-chat-hf",
34
  temperature=0.0,
35
  max_tokens=500,)