Is it possible to create GPT with api call? When we don’t have acces to chatgpt plus ?
I have a use case where i want to build support functions around GPT
1 Like
you mean you want to make custom GPT using assistants API? theoretically, yes. the only difference is, as devs, we pay for the consumed tokens, etc. you may also need to host a UI somewhere specially if you want to use function calling. other than that, you can use it as is in the playground.
Can you please
explain more what do you mean with UI hosting?
You need to setup the UI somewhere and call the Assistants API from there.
But if you want to use it just for yourself and without using function calling, you can use the playground.
1 Like