Replies: 3 comments 1 reply
-
bumping as me too suffers this |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also struggling with this |
Beta Was this translation helpful? Give feedback.
1 reply
-
from forge.sdk import chat_completion_request |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the autoGPT tutorial 003_crafting_agent_logic.md I tried to implement the execute_step function as instructed in the guide, but I'm getting the following error: Unable to generate chat response: name 'chat_completion_request' is not defined.
I know that there is another function chat_completion_request that is called by the execute_step, but I couldn't find it's implementation in the guide, that's why I'm needing help right now, I don't know if it was already implemented and I couldn't find it or if I should implement it myself
I'm posting the following link to the guide as well: https://github.com/Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/003_crafting_agent_logic.md
the function in question is located in the "The Art of Prompting" topic
I'm also posting the function code below:
Beta Was this translation helpful? Give feedback.
All reactions