chore: package to dify-client
This commit is contained in:
parent
0630f6f2da
commit
885884f1de
3 changed files with 4 additions and 4 deletions
|
|
@ -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}:`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue