bump: 修改router为kevisual的router

This commit is contained in:
2024-10-25 20:00:07 +08:00
parent d8fec88e54
commit 61d7004c8f
32 changed files with 810 additions and 731 deletions

View File

@@ -1,7 +1,7 @@
import { app } from '@/app.ts';
import { Prompt } from '@/models/prompt.ts';
import { chat } from '@/modules/ollama.ts';
import { CustomError } from '@abearxiong/router';
import { CustomError } from '@kevisual/router';
import { PromptTemplate } from '@kevisual/ai-graph';
import { v4 } from 'uuid';
app

View File

@@ -1,7 +1,7 @@
import { Prompt } from '@/models/prompt.ts';
import { app } from '@/app.ts';
import { CustomError } from '@abearxiong/router';
import { CustomError } from '@kevisual/router';
app
.route('prompt', 'list')