uncloseai.com/public/languages/go
Russell Ballestrini 911c4281da Fix Go code style and module import issues
- Remove redundant newlines in fmt.Println calls (go/http/uncloseai.go)
- Update Go version to 1.19 for compatibility across all modules
- Add go.mod for examples directory with proper module replacement
- Add go.mod for uncloseai library package
- Run go mod tidy to resolve openai SDK dependencies
2025-11-20 19:32:53 -05:00
..
examples Fix Go code style and module import issues 2025-11-20 19:32:53 -05:00
http Fix Go code style and module import issues 2025-11-20 19:32:53 -05:00
openai Fix Go code style and module import issues 2025-11-20 19:32:53 -05:00
uncloseai Fix Go code style and module import issues 2025-11-20 19:32:53 -05:00
README.md Update links to /languages and add brief READMEs to all language directories 2025-10-24 13:36:27 -04:00

Go Implementation

OpenAI-compatible API client with streaming support.

Features

  • Chat completions (streaming & non-streaming)
  • Text-to-speech generation
  • Dynamic model discovery via environment variables

Source Code

View the full implementation in the git repository: https://git.unturf.com/engineering/unturf/uncloseai.com/-/tree/master/public/languages/go

Documentation

📚 See the uncloseai. Machine Learning Reference Guide for complete documentation.