ChatGPT for Google - extensión de Chrome que muestra respuestas de ChatGPT junto a los resultados de búsqueda de Google
(github.com/wong2)- Toma la misma frase que ingresaste en la búsqueda de Google, se la pregunta a ChatGPT y muestra esa respuesta junto con la página de resultados
- Es necesario iniciar sesión en ChatGPT con tu propia cuenta
- Se puede compilar directamente desde el código fuente o instalar en Chrome/Edge/Firefox desde la tienda web
- También ya hay un PR con soporte para Kagi / DuckDuckGo, así que parece que se agregará pronto
5 comentarios
Neeva está desarrollando una función para mostrar respuestas basadas en AI/LLM en tiempo real dentro de los resultados de búsqueda a través de su propio motor de búsqueda. Este es un post en X de los cofundadores Sridhar Ramaswamy y Vivek Raghunathan, quienes trabajaron en el desarrollo y la operación de Google Search/Ads/YouTube antes de fundar Neeva, un buscador sin anuncios: https://twitter.com/RamaswmySridhar/status/1600209221458399233
https://twitter.com/vivek7ue/status/1600266991121575937
¿qué planeas hacer mañana?
Lo que haré mañana
El almuerzo que comerá mañana un coreano
Me acordé del post que acaban de subir, Migrar de Vue 2 a Svelte,
y le pregunté "how to migrate from vue 2 to svelte", y me respondió así:
"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.
"