Skip to content

Commit

Permalink
Update ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
wengchaoxi committed Mar 21, 2024
1 parent c512747 commit 03bab05
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Anthropic SDK implemented in Go, supporting models such as Claude 2.1, Claude 3
## Installation

```
go get github.com/wengchaoxi/go-anthropic
go get github.com/cubeofcube-dev/go-anthropic
```

## Usage
Expand All @@ -20,7 +20,7 @@ package main
import (
"fmt"

"github.com/wengchaoxi/go-anthropic"
"github.com/cubeofcube-dev/go-anthropic"
)

func main() {
Expand Down Expand Up @@ -60,7 +60,7 @@ package main
import (
"fmt"

"github.com/wengchaoxi/go-anthropic"
"github.com/cubeofcube-dev/go-anthropic"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## 安装

```
go get github.com/wengchaoxi/go-anthropic
go get github.com/cubeofcube-dev/go-anthropic
```

## 简单使用
Expand All @@ -20,7 +20,7 @@ package main
import (
"fmt"

"github.com/wengchaoxi/go-anthropic"
"github.com/cubeofcube-dev/go-anthropic"
)

func main() {
Expand Down Expand Up @@ -60,7 +60,7 @@ package main
import (
"fmt"

"github.com/wengchaoxi/go-anthropic"
"github.com/cubeofcube-dev/go-anthropic"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"io"
"testing"

"github.com/wengchaoxi/go-anthropic"
"github.com/cubeofcube-dev/go-anthropic"
)

func TestCreateMessages(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion examples/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"io"
"os"

"github.com/wengchaoxi/go-anthropic"
"github.com/cubeofcube-dev/go-anthropic"
)

func imageToBase64(filePath string) string {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/wengchaoxi/go-anthropic
module github.com/cubeofcube-dev/go-anthropic

go 1.18

0 comments on commit 03bab05

Please sign in to comment.