Commit 885884f1 authored by Joel's avatar Joel

chore: package to dify-client

parent 0630f6f2
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}:`;
......
declare module 'langgenius-client';
declare module 'dify-client';
declare module 'uuid';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment