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

This commit is contained in:
Ares 2023-05-15 11:20:12 +08:00 committed by GitHub
parent db896255d6
commit 367ef145d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)