ChatGPT for Google - Google検索結果の横にChatGPTの回答を表示するChrome拡張機能
(github.com/wong2)- Google検索に入力した文言をそのままChatGPTにも質問し、その回答を結果ページに一緒に表示
- ChatGPTには自分のアカウントでログインが必要
- ソースから直接ビルドするか、Chrome / Edge / Firefox にインストール可能(Webストア)
- Kagi / DuckDuckGo をサポートするPRも上がっており、まもなく追加されそう
5件のコメント
Neevaは、自社検索エンジンを通じてリアルタイムでAI/LLMベースの回答を検索結果に表示する機能を開発中です。Google検索/広告/YouTubeの開発と運営に携わった後、広告なし検索のNeevaを設立した共同創業者、スリダール・ラマスワミ氏とビベック・ラグナタン氏のツイート投稿です: https://twitter.com/RamaswmySridhar/status/1600209221458399233
https://twitter.com/vivek7ue/status/1600266991121575937
what's your plan tomorrow?
明日やること
韓国人が明日食べる昼食
さっき投稿された Vue 2 から Svelte への移行 の記事を思い出して、
"how to migrate from vue 2 to svelte" と聞いてみたら、こんなふうに答えてくれますね。
"To migrate from Vue 2 to Svelte, you will need to do the following:
svelte-initcommand. This will create a new project with the necessary files and configuration for Svelte.Once your new Svelte project has been created, you can start migrating your existing Vue code to Svelte. This will involve replacing any Vue-specific syntax with the equivalent Svelte syntax.
After you have migrated your code to Svelte, you will need to test your application to make sure everything is working as expected. This may involve fixing any bugs or issues that arise during the migration process.
Once you have completed the migration and tested your application, you can deploy it to a production environment and start using Svelte in your project.
Overall, migrating from Vue to Svelte will require some effort, but it can be a worthwhile process if you want to take advantage of the benefits offered by Svelte.
"