Unverified Commit 367ef145 authored by Ares's avatar Ares Committed by GitHub

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

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