We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06933d8 commit d43b0ebCopy full SHA for d43b0eb
src/agents/informational_agent/informational_agent.py
@@ -37,7 +37,7 @@ class State(TypedDict):
37
38
class InformationalAgent:
39
def __init__(self):
40
- llm = GoogleAILLMs()
+ llm = OpenAILLMs()
41
self.llm = llm.get_llm()
42
summarisation_llm = OpenAILLMs()
43
self.summarisation_llm = summarisation_llm.get_llm()
0 commit comments