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 4d642b4 commit 3cb1202Copy full SHA for 3cb1202
openmanus_rl/agentbench/configs/agents/openai-chat.yaml
@@ -0,0 +1,14 @@
1
+module: src.client.agents.HTTPAgent
2
+parameters:
3
+ name: <% NAME %>
4
+ url: https://api.openai.com/v1/completions
5
+ headers:
6
+ Content-Type: application/json
7
+ Authorization: Bearer <% PUT-YOUR-OPENAI-KEY-HERE %>
8
+ body:
9
+ model: <% NAME %>
10
+ temperature: 0
11
+ prompter:
12
+ name: prompt_string
13
+ return_format: "{response[choices][0][text]}"
14
+
0 commit comments