https://cerebralvalley.ai logo
#06-technical-discussion
Title
# 06-technical-discussion
h

Harsh Gupta

04/15/2023, 11:51 PM
Hey folks! Is there a way to call the web browser ChatGPT plugin from Python? (cc @Lava )
🙌 1
t

Ted Cheng

04/16/2023, 12:07 AM
could you clarify your question? and what are you trying to achieve?
Generally you can't really call a "plugin" outside of chatgpt UI. However these plugins are just service endpoints that you should be able to create yourself.
I think you might be able to do something similar to this: https://python.langchain.com/en/latest/modules/agents/tools/examples/apify.html
l

Lava

04/16/2023, 12:27 AM
thank you!!
h

Harsh Gupta

04/16/2023, 12:28 AM
@Ted Cheng thanks!