mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-24 08:36:39 +08:00
chore: package to dify-client
This commit is contained in:
@ -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}:`;
|
||||
|
||||
2
app/global.d.ts
vendored
2
app/global.d.ts
vendored
@ -1,2 +1,2 @@
|
||||
declare module 'langgenius-client';
|
||||
declare module 'dify-client';
|
||||
declare module 'uuid';
|
||||
|
||||
Reference in New Issue
Block a user