You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# Light-Alchemy OpenAI Worker
1
+
# Alchemy Worker
2
2
3
-
Light Alchemy is a Cloudflare Worker that performs string parsing and generates queries to inject personality and a desired prompt into GPT-3. This can be used to create more natural and engaging chatbot conversations.
3
+
Alchemy Worker is a Cloudflare Worker that performs string parsing and generates queries to inject personality and a desired prompt into GPT-3. This can be used to create more natural and engaging chatbot conversations.
4
4
5
5
## Usage
6
6
7
-
To use Light Alchemy, you will need to do the following:
7
+
To use Alchemy Worker, you will need to do the following:
8
8
9
9
1. Obtain an OpenAI bearer token.
10
10
2. Set up a Cloudflare account and create a new worker.
11
-
3. Paste the code for Light Alchemy into the Cloudflare Worker editor.
11
+
3. Paste the code for Alchemy Worker into the Cloudflare Worker editor.
12
12
5. Deploy the worker and start using it to generate queries for Divinici.
13
13
6. In your requests, ensure that the OpenAI API key is added in the header `Authorization: Bearer <OPEN_API_KEY>`
14
14
7. Example body `{"input": "write a long form poem about cats!", "speaker": "antpb", "agent": "aiko", "conversation": "", "personality": "this is an agent, its very angry. no one knows why"}`
@@ -29,14 +29,14 @@ Here's a gross object that will inject a personality as well as all the other pe
29
29
30
30
## Dependencies
31
31
32
-
Light Alchemy requires the following dependencies:
32
+
Alchemy Worker requires the following dependencies:
0 commit comments