Skip to content

Commit 3cb1202

Browse files
committed
chore: replace API key with placeholder
1 parent 4d642b4 commit 3cb1202

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)