Adding an API to Codex

Hi!

I’m just starting with Codex and want to see what it can do as a voice assistant. By looking at the youtube videos of OpenAI, it seems that there is a certain plugin/way of telling it what function it has access to.
Is there a standard way to specify an API to codex? I’ve tried dumping the documentation in the prompt, but it takes too much token for it to also remember context in that case.

Maybe I need to wait for fine-tuning?

Thanks in advance :smiley:

2 Likes

Oh thanks a lot!

I’ll try messing with the import statements, maybe adding the declaration of the global objects will be useful too.

Thanks for your help

2 Likes

Thank you, I look forward to seeing your results!

Here are two relevant examples from the prompt library that are worth checking out:

4 Likes