mirror of
https://github.com/langgenius/dify-sdk-go.git
synced 2026-07-01 20:39:37 -04:00
feat: update readme
This commit is contained in:
@@ -3,7 +3,7 @@ This is the Go SDK for the Dify API, which allows you to easily integrate Dify i
|
||||
|
||||
## Install
|
||||
```bash
|
||||
go get github.com/zhouyangtingwen/dify-sdk-go
|
||||
go get github.com/langgenius/dify-sdk-go
|
||||
```
|
||||
|
||||
## Usage
|
||||
@@ -17,7 +17,7 @@ import (
|
||||
"log"
|
||||
"strings"
|
||||
|
||||
"github.com/zhouyangtingwen/dify-sdk-go"
|
||||
"github.com/langgenius/dify-sdk-go"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user