WindsurfAPI / src /handlers /models.js
github-actions[bot]
Deploy from GitHub: 7495fde758f0be655f95e6331fec2898267f790c
f6266b9
raw
history blame contribute delete
128 Bytes
import { listModels } from '../models.js';
export function handleModels() {
return { object: 'list', data: listModels() };
}