Skip to content

Commit

Permalink
feat: update homepage with sample links
Browse files Browse the repository at this point in the history
Signed-off-by: tylerslaton <[email protected]>
  • Loading branch information
tylerslaton committed Mar 8, 2024
1 parent 37bfe6d commit 086f7b6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<template>
<div class="flex flex-col justify-center items-center min-h-screen">
<Search :isInvalid="isInvalid" :errorMessage="errorMessage" :placeholder="placeHolder" />
<h1 class="text-5xl font-bold mb-4">Explore GPTScript tools</h1>
<div class="flex flex-wrap justify-center">
<router-link to="/github.com/gptscript-ai/search" class="tile rounded bg-gray-200 p-4 m-2 text-2xlg">Search</router-link>
<router-link to="/github.com/gptscript-ai/vision" class="tile rounded bg-gray-200 p-4 m-2 text-2xlg">Vision</router-link>
<router-link to="/github.com/gptscript-ai/image-generation" class="tile rounded bg-gray-200 p-4 m-2 text-2xlg">Image Generation</router-link>
<router-link to="/github.com/gptscript-ai/rag" class="tile rounded bg-gray-200 p-4 m-2 text-2xlg">RAG</router-link>
</div>
</div>
</template>

Expand Down

0 comments on commit 086f7b6

Please sign in to comment.