Spaces:
Running
Running
update
Browse files
src/components/pages/llmConfigs/LlmConfigModal.tsx
CHANGED
@@ -4,7 +4,7 @@ import { GoX } from 'react-icons/go';
|
|
4 |
import { LLMConfig } from '@/api/llmConfigs/types';
|
5 |
import { useQuery } from '@tanstack/react-query';
|
6 |
import { fetchLLMConfigById, fetchDefaultLLMConfig } from '@/api/llmConfigs/llmConfigApi';
|
7 |
-
import './
|
8 |
|
9 |
interface LLMConfigModalProps {
|
10 |
isOpen: boolean;
|
|
|
4 |
import { LLMConfig } from '@/api/llmConfigs/types';
|
5 |
import { useQuery } from '@tanstack/react-query';
|
6 |
import { fetchLLMConfigById, fetchDefaultLLMConfig } from '@/api/llmConfigs/llmConfigApi';
|
7 |
+
import './LlmConfigModal.scss';
|
8 |
|
9 |
interface LLMConfigModalProps {
|
10 |
isOpen: boolean;
|