Is there any way, how can i call official desktop app, at least for passing it my prompt? It is possible to pass a prompt to chatgpt web app (just use their url with ?q=) and there is also an app from logitech called Logi AI Prompt Builder, that seems to call the desktop app, but i havent found a documentation, how to do it from my app, that needs the same.
Hi there and welcome to the forum!
The answer lies entirely with what you mean when you want to “call” the app.
If you want to programmatically ask a language model questions, you would use the API.
If you want to press a button to pull up something (like a desktop app) and automatically begin typing without needing to use your mouse, you would use AHS (Auto Hotkey Scripts) , or if that’s not available for macs, use python scripts.
If you want to use a voice command to pull it up, you could use the API to invoke whisper and/or a multimodal option of ChatGPT with function calling to be able to listen to your mic and then execute said AHS/python scripts described above when it hears a specific utterance. At this point though, you’re better off just building your own tool with the API in general, because everything you just did to build this is redundant and adds more cost for no benefit.
If you want to call ChatGPT on the phone, call 1-800-CHATGPT