#Discussion

1 messages · Page 1 of 1 (latest)

valid niche
#

Genuine question: how is the site any different than directly going to OpenAI's code davinci playground, i know it's free rn but if you plan to monetize it why would anyone pay for it

arctic prairie
#

Also one thing is that my system is set up so you can easily go back and edit the specs. Last night I added caching so it will not repeat the exact same prompt multiple times if you change something further down in the spec.

#

Today if I have time I am planning to add a way to set the output to a different file. So you can incrementally build up a static site with multiple files.

I would also like to have an endpoint for completions that will pull off of that user's credits, and a template or starting point that makes it dead simple to create custom dialog agents by easily setting prefixes and handling socket.io etc (or that completion endpoint). Also I would like to be able to handle web assembly microservices via Spin. But those are all just ideas. I don't know when I will get to them.