Assistant as a custom GPT action

Hello,

Is it possible to call an Assistant via an action within a custom GPT?

It seems like GPTs are designed to be user facing and if this is possible it would be an easy way to connect a custom GPT with all the features that assistants offer. The problem with sharing an assistant via playground is you don’t know if anyone is using it and whether its working, I believe. Of course you could build out your on site with a chat interface and call the API but it would be great if a custom GPT could be the user interface.

Has anyone thought about this? Is it a terrible idea?

1 Like

If you like paying $1+ per question for other’s use of your API…

Let ChatGPT and OpenAI pay for the language inference.

1 Like

Ah true :), so how would you release an assistant for others? Or would you say assistants are for internal use and GPTs are for others?

2 Likes

I think it’s a very interesting idea, you could host something on a server that makes use of the assistants API and then call it via a GPT. Might be worth taking a look at the Fast PAI framework.

Unless you mean for a GPT to call the assistant endpoint directly… now that would get interesting.

2 Likes

Assistants are an API product for developers. They are also not practical as their cost per query can be very high, maximum context length, iterative, delayed output. You want to sell a value-added service where you only find out the next day that user questions were costing you $2 a go?

GPTs are within ChatGPT plus.

You can share GPTs, and GPTs can be set to use actions to call on your own oauth domain API to provide functionality. This is like plugins: use the wolfram plugin, and it employs an API that can calculate math.

However you would bear the cost if you make an API that costs you significant money for every use, such as fulfilling general user requests with AI model calls of your own.

2 Likes

Can anyone answer how can this be done technically??

post #5 is a consideration of if this is viable. but still interested to know technically if its possible to be setup.

4 Likes

As this topic has a selected solution, closing topic.

1 Like