-
-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathcursor.txt
28 lines (27 loc) · 869 Bytes
/
cursor.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## 新しいLLMサービスを追加する
- src/features/chat/handlers.ts
- src/components/settings/modelProvider.tsx
- src/features/stores/settings.ts
- locales/ja/translation.json
- locales/ko/translation.json
- locales/zh/translation.json
- locales/en/translation.json
- locales/vi/translation.json
- locales/fr/translation.json
- locales/es/translation.json
- locales/pt/translation.json
- locales/de/translation.json
- locales/ru/translation.json
- locales/it/translation.json
- locales/ar/translation.json
- locales/hi/translation.json
- src/features/chat/vercelAIChat.ts
- src/pages/api/aiChat.ts
- src/features/chat/aiChatFactory.ts
- .env.example
## 入力フォームからLLMを介して回答を得るまで
src/components/form.tsx
src/features/chat/handlers.ts
src/features/chat/vercelAIChat.ts
src/features/chat/aiChatFactory.ts
src/pages/api/aiChat.ts