Skip to content

Commit

Permalink
set answers-from-the-internet as recommended search tool (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville authored Jul 8, 2024
1 parent 0a0ef15 commit fe4cd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface Tool {
}
const featured: Tool[] = [
{ name: 'Search', icon: 'i-heroicons-magnifying-glass', link: '/github.com/gptscript-ai/search/brave' },
{ name: 'Search', icon: 'i-heroicons-magnifying-glass', link: '/github.com/gptscript-ai/answers-from-the-internet' },
{ name: 'Vision', icon: 'i-heroicons-camera', link: '/github.com/gptscript-ai/vision' },
{ name: 'Image Generation', icon: 'i-heroicons-paint-brush', link: '/github.com/gptscript-ai/image-generation' },
{ name: 'Browser', icon: 'i-heroicons-tv', link: '/github.com/gptscript-ai/browser' },
Expand Down

0 comments on commit fe4cd69

Please sign in to comment.