Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 2 months ago
0
Follow
Agents
Agents
Inactive
0
Follow
g
gameveloster
9 months ago
ยท
Is there a collection of system prompts for prompting ReactAgent? I cant seem to get any models to use the tools or have half-decent reasoning in conversations over a few messages, except for gpt4.
I'm trying to avoid using openai models
L
5 comments
Share
Open in Discord
L
Logan M
9 months ago
Open source LLMs are generally very bad at being agents fyi
L
Logan M
9 months ago
The default react agent prompt is hete
L
Logan M
9 months ago
https://github.com/run-llama/llama_index/blob/14c52d42a4a12bc63db7f582e9a17c91f5984f15/llama-index-core/llama_index/core/agent/react/prompts.py#L7
L
Logan M
9 months ago
Which is used here
https://github.com/run-llama/llama_index/blob/14c52d42a4a12bc63db7f582e9a17c91f5984f15/llama-index-core/llama_index/core/agent/react/formatter.py#L55
L
Logan M
9 months ago
Which is then set here
https://github.com/run-llama/llama_index/blob/14c52d42a4a12bc63db7f582e9a17c91f5984f15/llama-index-core/llama_index/core/agent/react/base.py#L94
Add a reply
Sign up and join the conversation on Discord
Join on Discord