Buckets:
| import { ReasoningEffort } from '$lib/enums'; | |
| import type { ReasoningEffortLevel } from '$lib/types'; | |
| /** | |
| * Reasoning effort UI labels. | |
| * Keys match the ReasoningEffort enum values for type-safe lookups. | |
| */ | |
| export const REASONING_EFFORT_LABELS: Record<string, string> = { | |
| [ReasoningEffort.LOW]: 'Low', | |
| [ReasoningEffort.MEDIUM]: 'Medium', | |
| [ReasoningEffort.HIGH]: 'High', | |
| [ReasoningEffort.MAX]: 'Max' | |
| }; | |
| export const REASONING_EFFORT_LEVELS: ReasoningEffortLevel[] = [ | |
| { value: 'off', label: 'Off', isOff: true }, | |
| { value: ReasoningEffort.LOW, label: 'Low' }, | |
| { value: ReasoningEffort.MEDIUM, label: 'Medium' }, | |
| { value: ReasoningEffort.HIGH, label: 'High' }, | |
| { value: ReasoningEffort.MAX, label: 'Max', hasInfo: true } | |
| ]; | |
Xet Storage Details
- Size:
- 735 Bytes
- Xet hash:
- 3ebb96703d0a4a0ee81714686174d2ad63109b1d64e06d5e71bc646de9e208a9
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.