fix: Fix symbol errors in the nodejs-client's README.md file of the SDK

This commit is contained in:
ares0x 2023-05-15 10:15:05 +08:00
parent db896255d6
commit e7c60b82ba
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ After installing the SDK, you can use it in your project like this:
import { DifyClient, ChatClient, CompletionClient } from 'dify-client'
const API_KEY = 'your-api-key-here';
const user = `random-user-id`:
const user = `random-user-id`;
// Create a completion client
const completionClient = new CompletionClient(API_KEY)