superagent-ai / superagent-py

Superagent Python SDK
https://docs.superagent.sh
MIT License
123 stars 38 forks source link

Hi Alan and Ismail ,How can I access my custom gpt aavaible on chat gpt using super agent . #12

Open shobhitagnihotri69 opened 8 months ago

shobhitagnihotri69 commented 8 months ago

Hi Alan and ismail , I have created many custom gpt on chat gpt for various use cases like available on this screen shot , I want to access this custom gpt using super agent how can I do it . Please note I do not want gpt -3.5 or gpt 4 . I want that particular custom gpt

Screenshot 2024-03-09 at 07 57 36
homanp commented 8 months ago

Hi Alan and ismail , I have created many custom gpt on chat gpt for various use cases like available on this screen shot , I want to access this custom gpt using super agent how can I do it . Please note I do not want gpt -3.5 or gpt 4 . I want that particular custom gpt

Screenshot 2024-03-09 at 07 57 36

Does your GPT have an api endpoint?

shobhitagnihotri69 commented 8 months ago

No , GPT do not provide an api key for custom gpt

homanp commented 8 months ago

No , GPT do not provide an api key for custom gpt

Could you send me the configuration you have? If GPTs doesn't have an api you can't use it from within Superagent. In that case you need to re-create it with Superagent and then run it.