teilomillet / gollm

Unified Go interface for Language Model (LLM) providers. Simplifies LLM integration with flexible prompt management and common task functions.
https://docs.gollm.co
Apache License 2.0
301 stars 23 forks source link

Ideas of LLM Providers to Implement in gollm #4

Open teilomillet opened 3 months ago

teilomillet commented 3 months ago

We're always looking to expand gollm's capabilities by adding support for more LLM providers.

If you're interested in contributing, here's a list of providers we'd love to see integrated:

This list is not exhaustive or in any particular order. If you're interested in working on one of these providers or have another provider in mind:

We welcome suggestions for other providers not on this list. If you think another provider would be a valuable addition to gollm, please let us know!

We'll update this list as new suggestions come in or as providers are successfully integrated. Keep an eye on this issue for the latest opportunities to contribute!

Thank you !

go-dockly commented 3 months ago

https://huggingface.co/chat/ https://www.orbitfin.ai/ https://finchat.io/

lorenzomainardi commented 1 week ago

What about Ollama? Do you support it?

teilomillet commented 1 week ago

@lorenzomainardi yes Ollama is supported, please check the example to know more about it : https://github.com/teilomillet/gollm/blob/main/examples/ollama_example.go

or the code if you know more about it : https://github.com/teilomillet/gollm/blob/main/providers/ollama.go