this post was submitted on 17 Dec 2023
-23 points (18.9% liked)

Firefox

20428 readers
10 users here now

/c/firefox

A place to discuss the news and latest developments on the open-source browser Firefox.


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 5 years ago
MODERATORS
 

Firefox allows you set custom search engines (if you enable a flag), as well as smart keywords. I want to write a question for ChatGPT in the URL bar, press enter, see chat.openai.com and the question processed by GPT.

top 1 comments
sorted by: hot top controversial new old
[–] nightrunner@lemmy.world 12 points 2 years ago

Unfortunately, the coding that the site uses to post your questions and return data back to you does not function in that matter. If you want to interact with the Large Language model without using you web browser, you would need to so by using other software or applications to hit their API (you do have to pay for this service) and then return the data back to you. So it is possible, but not in the manner that you are suggesting.

On a side note, I signed up for a 3 month trial of access to hit their API using a session code and a post shortcut on my iPhone. I created a iOS shortcut that allowed me to use OpenAI as a replacement for Siri. It was a fun little project.