Hey folks! Is there a way to call the web browser ...
# 06-technical-discussion
h
Hey folks! Is there a way to call the web browser ChatGPT plugin from Python? (cc @Lava )
🙌 1
t
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
thank you!!
h
@Ted Cheng thanks!