Fix missing or wrong llama server options on frontend

This commit is contained in:
2025-08-06 18:40:05 +02:00
parent 6203b64045
commit a26d853ad5
2 changed files with 5 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
import type { CreateInstanceOptions} from '@/schemas/instanceOptions';
import { getAllFieldKeys } from '@/schemas/instanceOptions'
import { type CreateInstanceOptions, getAllFieldKeys } from '@/schemas/instanceOptions'
// Only define the basic fields we want to show by default
export const basicFieldsConfig: Record<string, {