Skip to content

Commit d43b0eb

Browse files
committed
fix: revert to gpt
1 parent 06933d8 commit d43b0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/agents/informational_agent/informational_agent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class State(TypedDict):
3737

3838
class InformationalAgent:
3939
def __init__(self):
40-
llm = GoogleAILLMs()
40+
llm = OpenAILLMs()
4141
self.llm = llm.get_llm()
4242
summarisation_llm = OpenAILLMs()
4343
self.summarisation_llm = summarisation_llm.get_llm()

0 commit comments

Comments
 (0)