I was wandering if there was a way to use chat pgt search plugins with the openai api for a coding project I am doing. I’m sure you could do something similar with selenium but it would take a lot longer and not be near as good. If anyone knows if there’s a way to use the search plugins with your code lmk.
1 Like
Plugins are not supported in OpenAI API
Couldn’t you make the plugin functions on your end before making the call to the API?
I realize it’s kinda reinventing the wheel, but ideally it would reduce the number of things you need to make an API call for as well, so you’re only using the tokens you actually need with the API call.