https://github.com/marcusziade/gogrok
Go SDK for xAI's Grok API
https://github.com/marcusziade/gogrok
Last synced: 2 months ago
JSON representation
Go SDK for xAI's Grok API
- Host: GitHub
- URL: https://github.com/marcusziade/gogrok
- Owner: marcusziade
- License: mit
- Created: 2024-12-26T19:47:49.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-12-26T20:24:01.000Z (4 months ago)
- Last Synced: 2025-02-18T08:14:52.123Z (2 months ago)
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoGrok (Work in progress)
A lightweight feature-complete Go client for the Grok API.
### Installation
```bash
go get github.com/marcusziade/gogrok
```### Setup
1. Get your API key from [xAI Console](https://console.x.ai)
2. When prompted, enter your API key. This will create a `.env` file in your current directory.
## Requirements
- Go 1.22 or later
- xAI API key## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
MIT