mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
fix: schedule run failed
This commit is contained in:
@@ -95,6 +95,7 @@ export const chatModule = new Elysia({ prefix: '/chat' })
|
||||
}),
|
||||
})
|
||||
.post('/trigger-schedule', async ({ body, bearer }) => {
|
||||
console.log('trigger-schedule', body)
|
||||
const authFetcher = createAuthFetcher(bearer)
|
||||
const { triggerSchedule } = createAgent({
|
||||
model: body.model as ModelConfig,
|
||||
|
||||
Reference in New Issue
Block a user