mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-17 21:31:52 +01:00
update text generation links
This commit is contained in:
parent
e8041f2813
commit
209c8947a6
@ -394,7 +394,7 @@ const submitHandler = async () => {
|
||||
<h1 class="text-7xl font-black tracking-wide">DVM</h1>
|
||||
<h1 class="text-7xl font-black tracking-wide">Text Generation</h1>
|
||||
<h2 class="text-base-200-content text-center tracking-wide text-2xl font-thin ">
|
||||
Ask AIs living on the Nostr</h2>
|
||||
Ask AI Agents living on the Nostr</h2>
|
||||
<h3>
|
||||
<br>
|
||||
<input class="c-Input" autofocus placeholder="What is Nostr?" v-model="message" @keyup.enter="generate_chat(message)" @keydown.enter="nextInput">
|
||||
|
@ -15,7 +15,7 @@ import {isVisible} from "bootstrap/js/src/util/index.js";
|
||||
<router-link class="menu" to="/discover">Discover</router-link>
|
||||
<router-link class="menu" to="/filter">Filter</router-link>
|
||||
<router-link class="menu" to="/image">Create</router-link>
|
||||
<router-link class="menu" to="/ask">Ask</router-link>
|
||||
<router-link class="menu" to="/ai">AI</router-link>
|
||||
<router-link class="menu" to="/nip89">DVMs</router-link>
|
||||
</div>
|
||||
|
||||
|
@ -9,7 +9,7 @@ const routes = [
|
||||
{ path: "/nip89", component: () => import("@/components/Nip89view.vue") },
|
||||
{ path: "/image", component: () => import("@/components/Image.vue") },
|
||||
{ path: "/filter", component: () => import("@/components/FilterGeneration.vue") },
|
||||
{ path: "/ask", component: () => import("@/components/ChatGeneration.vue") },
|
||||
{ path: "/ai", component: () => import("@/components/ChatGeneration.vue") },
|
||||
|
||||
{ path: "/discover", component: () => import("@/components/RecommendationGeneration.vue") },
|
||||
{ path: "/article/:id", component: () => import("@/components/Home.vue") },
|
||||
|
Loading…
x
Reference in New Issue
Block a user