How do I modify the system prompt and add memory to this agent? #6532
Unanswered
ryanshrott
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I modify the system prompt and add memory to this agent? Please advise!
llm = ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613")
open_ai_agent = initialize_agent(tools,
llm,
agent=AgentType.OPENAI_FUNCTIONS,
verbose=True)
Beta Was this translation helpful? Give feedback.
All reactions