Template: OpenAI GPT chat bot API running on Cloudflare Worker
1–5 of 5 posts
Re: Template: OpenAI GPT chat bot API running on Cloudflare Worker
#2Instructions to get started inside the README!
Let me know if this helps, or how to improve it! :)
Re: Template: OpenAI GPT chat bot API running on Cloudflare Worker
#3Re: Template: OpenAI GPT chat bot API running on Cloudflare Worker
#4Looks interesting, what is the core use case.
This is really just to test the concept, watch the token usage rates, etc.
Since you feed in the entire script with each pass, the API side could simple prepend the origin instructions/first parts, then tack on the user input to the end.
Re: Template: OpenAI GPT chat bot API running on Cloudflare Worker
#5Looks interesting, what is the core use case.
I'm about to start hosting apps that need a preconfigured AI context (basically feed it an opening script/instructions), for users to interact with. This is really just to test the concept, watch the token usage rates, etc. Since you feed in the entire script with each pass, the API side could simple prepend the origin instructions/first parts, then tack on the user input to the end.