AC-Angelo93 commited on
Commit
f0aff34
·
verified ·
1 Parent(s): 727e195

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -136,7 +136,7 @@ class AgentState(TypedDict):
136
 
137
  GROQ_API_KEY=os.getenv("GROQ_API_KEY")
138
  def build_graph(provider: str = "groq") -> StateGraph:
139
- llm = ChatGroq(model="qwen-qwq-32b", temperature=0)
140
 
141
 
142
 
 
136
 
137
  GROQ_API_KEY=os.getenv("GROQ_API_KEY")
138
  def build_graph(provider: str = "groq") -> StateGraph:
139
+ llm = ChatGroq(model="qwen-qwq-32b", temperature=0)
140
 
141
 
142