mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 07:46:15 -04:00
parent
80e46c9292
commit
2da74fa121
6 changed files with 95 additions and 39 deletions
12
src/tools/ai-prompt-splitter/index.ts
Normal file
12
src/tools/ai-prompt-splitter/index.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { Prompt } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'AI Prompt Splitter',
|
||||
path: '/ai-prompt-splitter',
|
||||
description: 'Split a long document to multiple chat (ie ChatGPT) priompts',
|
||||
keywords: ['ai', 'chatgpt', 'gpt', 'prompt', 'splitter'],
|
||||
component: () => import('./ai-prompt-splitter.vue'),
|
||||
icon: Prompt,
|
||||
createdAt: new Date('2024-07-14'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue