From 209c8947a6d0c867a48e0769d49cfdeee7708766 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:14:17 +0200 Subject: [PATCH] update text generation links --- ui/noogle/src/components/ChatGeneration.vue | 2 +- ui/noogle/src/layouts/ThreeColumnLayout.vue | 2 +- ui/noogle/src/router/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/noogle/src/components/ChatGeneration.vue b/ui/noogle/src/components/ChatGeneration.vue index 6cf3984..1e8dd9a 100644 --- a/ui/noogle/src/components/ChatGeneration.vue +++ b/ui/noogle/src/components/ChatGeneration.vue @@ -394,7 +394,7 @@ const submitHandler = async () => {

DVM

Text Generation

- Ask AIs living on the Nostr

+ Ask AI Agents living on the Nostr


diff --git a/ui/noogle/src/layouts/ThreeColumnLayout.vue b/ui/noogle/src/layouts/ThreeColumnLayout.vue index 4669f17..cf97447 100644 --- a/ui/noogle/src/layouts/ThreeColumnLayout.vue +++ b/ui/noogle/src/layouts/ThreeColumnLayout.vue @@ -15,7 +15,7 @@ import {isVisible} from "bootstrap/js/src/util/index.js"; Discover Filter Create - Ask + AI DVMs diff --git a/ui/noogle/src/router/index.js b/ui/noogle/src/router/index.js index f7f088f..75052fb 100644 --- a/ui/noogle/src/router/index.js +++ b/ui/noogle/src/router/index.js @@ -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") },