group(function () { Route::post('/chat', [ChatApi::class, 'chat']); Route::get('/config', [ChatApi::class, 'config']); });