Compare commits
2 Commits
9d86b6e430
...
89722f03c7
| Author | SHA1 | Date |
|---|---|---|
|
|
89722f03c7 | |
|
|
bf4c261b38 |
|
|
@ -8,7 +8,8 @@ import type {
|
|||
LLMProvidersResponse,
|
||||
LLMUsageTypesResponse,
|
||||
LLMConfigUpdateResponse,
|
||||
LLMAllConfigs
|
||||
LLMAllConfigs,
|
||||
LLMUsageType
|
||||
} from '@/types/llm'
|
||||
|
||||
export function getLLMProviders(): Promise<LLMProvidersResponse> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue