Anshini commited on
Commit
4134925
·
verified ·
1 Parent(s): af9ac6c

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +1 -1
app1.py CHANGED
@@ -13,7 +13,7 @@ import sys
13
 
14
  # Load environment variables
15
  load_dotenv()
16
- llm = ChatTogether(model="meta-llama/Meta-Llama-3-8B-Instruct")
17
 
18
  # Define the graph state
19
  class GraphState(TypedDict):
 
13
 
14
  # Load environment variables
15
  load_dotenv()
16
+ llm = ChatTogether(model="deepseek-ai/DeepSeek-R1-Distill-Llama-70B-free")
17
 
18
  # Define the graph state
19
  class GraphState(TypedDict):