Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanbekhen/gochain
GoChain is a library for LLM (Large Language Model) for Go
https://github.com/ryanbekhen/gochain
Last synced: 20 days ago
JSON representation
GoChain is a library for LLM (Large Language Model) for Go
- Host: GitHub
- URL: https://github.com/ryanbekhen/gochain
- Owner: ryanbekhen
- License: mit
- Created: 2024-07-10T21:10:13.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-10T12:32:37.000Z (5 months ago)
- Last Synced: 2024-12-15T04:15:09.964Z (24 days ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoChain
GoChain is a library for LLM (Large Language Model) for Go. It is designed to be simple and easy to use.
## Features
- [x] Function calls
## LLM Support
- [x] Ollama
- [x] Cloudflare Workers AI
- [ ] GPT## Installation
```bash
go get github.com/ryanbekhen/gochain
```## Contributing
Contributions are welcome! For feature requests and bug reports please [submit an issue](https://github.com/ryanbekhen/gochain/issues).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.