mirror of
https://github.com/openai/openai-go.git
synced 2026-04-02 01:19:53 +09:00
20 lines
495 B
Modula-2
20 lines
495 B
Modula-2
module github.com/openai/openai-go/examples
|
|
|
|
replace github.com/openai/openai-go => ../
|
|
|
|
go 1.22.4
|
|
|
|
require (
|
|
github.com/ebitengine/oto/v3 v3.2.0
|
|
github.com/openai/openai-go v0.0.0-00010101000000-000000000000
|
|
)
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.7.0 // indirect
|
|
github.com/tidwall/gjson v1.14.4 // 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
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
)
|