File size: 384 Bytes
87337b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module openai_chatgpt

go 1.20

replace ten_framework => ../../system/ten_runtime_go/interface

require (
	github.com/sashabaranov/go-openai v1.24.1
	github.com/stretchr/testify v1.9.0
	ten_framework v0.0.0-00010101000000-000000000000
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)