docs: format all md files (#24195)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
52857eb6b3
commit
4c1ad40f8e
53 changed files with 1039 additions and 976 deletions
|
|
@ -1,12 +1,15 @@
|
|||
# Dify Node.js SDK
|
||||
|
||||
This is the Node.js SDK for the Dify API, which allows you to easily integrate Dify into your Node.js applications.
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
npm install dify-client
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
After installing the SDK, you can use it in your project like this:
|
||||
|
||||
```js
|
||||
|
|
@ -60,4 +63,5 @@ client.messageFeedback(messageId, rating, user)
|
|||
Replace 'your-api-key-here' with your actual Dify API key.Replace 'your-app-id-here' with your actual Dify APP ID.
|
||||
|
||||
## License
|
||||
|
||||
This SDK is released under the MIT License.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue