From 74033bf2f1b3a1a3ac6a3fc433a8365a2e95b91e Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Fri, 12 May 2023 13:57:27 +0800 Subject: [PATCH] Update README.md --- sdks/nodejs-client/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sdks/nodejs-client/README.md b/sdks/nodejs-client/README.md index 546b0d5a59..10a281ceb8 100644 --- a/sdks/nodejs-client/README.md +++ b/sdks/nodejs-client/README.md @@ -13,8 +13,7 @@ After installing the SDK, you can use it in your project like this: import { LangGeniusClient, ChatClient, CompletionClient } from 'langgenius-client' const API_KEY = 'your-api-key-here'; -const APP_ID = 'your-app-id-here'; -const user = `user_${APP_ID}:user_id`: +const user = `random-user-id`: // Create a completion client const completionClient = new CompletionClient(API_KEY) @@ -44,4 +43,4 @@ langGeniusClient.messageFeedback(messageId, rating, user) Replace 'your-api-key-here' with your actual LangGenius API key.Replace 'your-app-id-here' with your actual LangGenius APP ID. ## License -This SDK is released under the MIT License. \ No newline at end of file +This SDK is released under the MIT License.