dalenguyen / dalenguyen.github.io

Personal website with Github pages and Angular
http://dalenguyen.me
25 stars 16 forks source link

Add codex series engines: "davinci-codex" and "cushman-codex" #44

Closed microsoftbuild closed 2 years ago

microsoftbuild commented 2 years ago

Codex series engines are in private beta as of now, but I'm hacking and building a tool that utilizes these. I would love to contribute.

dalenguyen commented 2 years ago

Thanks, @microsoftbuild. If you want to contribute, you can create a PR for these changes. Otherwise, I can update the package to support the codex series.

Are you using the package at the moment?

microsoftbuild commented 2 years ago

Thanks, @dalenguyen. For now I am testing, definitely plan to use it down the road.

dalenguyen commented 2 years ago

Hi @microsoftbuild, I just update the package to v0.9.0. You can update and test it. Example usage is available here:

https://github.com/dalenguyen/dalenguyen.github.io/blob/dev/libs/openai/tests/codex.spec.ts

microsoftbuild commented 2 years ago

It works! Thank you @dalenguyen.