Spaces:
Paused
Paused
matt HOFFNER
commited on
Commit
·
e8e1872
1
Parent(s):
f12f03e
cleanup
Browse files- pages/api/home/home.tsx +0 -4
pages/api/home/home.tsx
CHANGED
|
@@ -17,15 +17,11 @@ import {
|
|
| 17 |
saveConversations,
|
| 18 |
updateConversation,
|
| 19 |
} from '@/utils/app/conversation';
|
| 20 |
-
import { saveFolders } from '@/utils/app/folders';
|
| 21 |
-
import { savePrompts } from '@/utils/app/prompts';
|
| 22 |
import { getSettings } from '@/utils/app/settings';
|
| 23 |
|
| 24 |
import { Conversation } from '@/types/chat';
|
| 25 |
import { KeyValuePair } from '@/types/data';
|
| 26 |
-
import { FolderInterface, FolderType } from '@/types/folder';
|
| 27 |
import { OpenAIModelID, OpenAIModels, fallbackModelID } from '@/types/openai';
|
| 28 |
-
import { Prompt } from '@/types/prompt';
|
| 29 |
|
| 30 |
import { Chat } from '@/components/Chat/Chat';
|
| 31 |
|
|
|
|
| 17 |
saveConversations,
|
| 18 |
updateConversation,
|
| 19 |
} from '@/utils/app/conversation';
|
|
|
|
|
|
|
| 20 |
import { getSettings } from '@/utils/app/settings';
|
| 21 |
|
| 22 |
import { Conversation } from '@/types/chat';
|
| 23 |
import { KeyValuePair } from '@/types/data';
|
|
|
|
| 24 |
import { OpenAIModelID, OpenAIModels, fallbackModelID } from '@/types/openai';
|
|
|
|
| 25 |
|
| 26 |
import { Chat } from '@/components/Chat/Chat';
|
| 27 |
|