Compare commits

..

2 Commits

Author SHA1 Message Date
4867d52b8f fix: conversations cache 2023-08-29 12:24:46 +08:00
a96399ee15 Merge pull request #22 from langgenius/fix/fix-parse-conversation-error
fix: log message json pares error
2023-08-28 17:34:03 +08:00

View File

@ -1,3 +1,5 @@
export const dynamic = 'force-dynamic'
import { type NextRequest } from 'next/server'
import { NextResponse } from 'next/server'
import { client, getInfo, setSession } from '@/app/api/utils/common'