dglazkov / polymath

MIT License
133 stars 9 forks source link

Support completion via the server #93

Open dalmaer opened 1 year ago

dalmaer commented 1 year ago

Instead of going directly to OpenAI, have an option to talk through the server at a new POST /completion where the API key can be passed via the server.

uglyrobot commented 1 year ago

I’m looking for this too! Right now I have to deploy server api and a custom one based on the sample query script.

dalmaer commented 1 year ago

I have this implemented. Will clean up and checkin.