Meet Gogo the standing chick. 🐥.
- Gogo helps you work with LLMs in Go(lang) — without external dependencies
- Gogo keeps your stack lean and efficient
- Gogo can be run everywhere using minimal resources pointing to a LLM
Usage of the pipe
// This is not the full example. See 'examples/pipe'
pipe := pipe.New(messages, ollamaClient, parser)
result, _ := pipe.Invoke(context.Background())
fmt.Println("Translate from", result.InputLanguage, " to ", result.OutputLanguage)
fmt.Println("Result: ", result.Text)Note, these inspirations have different goals then Gogo but are worth looking into.
|
|
|
|
|
Contributions of any kind are welcome! 🙌 See Get Involved to get started.