This website requires JavaScript.
Explore
Help
Sign In
VaalaCat
/
go-openai
Watch
1
Star
0
Fork
0
You've already forked go-openai
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
4d2e7ab29d7bf853c740e9e63187fed960e6b0b4
go-openai
/
examples
History
Alex Baranov
4d2e7ab29d
fix lint (
#998
)
2025-05-13 12:59:06 +01:00
..
chatbot
Add Readme example to example_test.go (
#298
)
2023-05-08 20:16:01 +04:00
completion
depricated model GPT3Ada changed to GPT3Babbage002 (
#843
)
2024-09-04 12:49:57 +01:00
completion-with-tool
fix:fix open ai original validation. modify Tool's Function to pointer (
#664
)
2024-02-19 16:26:04 +04:00
images
fix lint (
#998
)
2025-05-13 12:59:06 +01:00
voice-to-text
Add Readme example to example_test.go (
#298
)
2023-05-08 20:16:01 +04:00
README.md
Add Readme example to example_test.go (
#298
)
2023-05-08 20:16:01 +04:00
README.md
To run an example:
export OPENAI_API_KEY="<your key here>" go run ./example/<target>