chore: package to dify-client

This commit is contained in:
Joel
2023-05-14 16:57:54 +08:00
parent 0630f6f2da
commit 885884f1de
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
import { type NextRequest } from 'next/server'
import { APP_ID, API_KEY } from '@/config'
import { ChatClient } from 'langgenius-client'
import { ChatClient } from 'dify-client'
import { v4 } from 'uuid'
const userPrefix = `user_${APP_ID}:`;