Add projects
This commit is contained in:
parent
2d3a9ad623
commit
8b607dd700
1802 changed files with 503346 additions and 2 deletions
15
backend/examples/realtime-openai-go/go.mod
Normal file
15
backend/examples/realtime-openai-go/go.mod
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
module github.com/router-for-me/CLIProxyAPI/v7/examples/realtime-openai-go
|
||||
|
||||
go 1.26.0
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
github.com/openai/openai-go/v3 v3.50.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/tidwall/gjson v1.19.0 // indirect
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.1 // indirect
|
||||
github.com/tidwall/sjson v1.2.5 // indirect
|
||||
)
|
||||
Loading…
Reference in a new issue