Is it possible to call API of some example models in the playground to use on local site?

Hello everyone. Is it possible to call API to use some examples models shown on the playground to use on our local sites? For exp, I wanna use the 'Chat" or the “Interview question” example models on the playground on our local website. is that possible?

Hi @Ha :wave:.

That’s very much possible by making API calls to the OpenAI API. Just use the prompt that is specified in the playground when you click on the example.

Here’s OpenAI API reference you can use write code to make OpenAI API calls.

1 Like

thank you so much for your reply :heart_eyes:

1 Like