File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,15 @@ API Documentation: https://pkg.go.dev/github.com/mutablelogic/go-client
13
13
14
14
There are also some example clients which use this library:
15
15
16
+ * [ Anthropic API Client] ( https://github.com/mutablelogic/go-client/tree/main/pkg/bitwarden ) for Claude LLM
16
17
* [ Bitwarden API Client] ( https://github.com/mutablelogic/go-client/tree/main/pkg/bitwarden )
17
- * [ Elevenlabs API Client] ( https://github.com/mutablelogic/go-client/tree/main/pkg/elevenlabs )
18
+ * [ Elevenlabs API Client] ( https://github.com/mutablelogic/go-client/tree/main/pkg/elevenlabs ) for Text-to-Speech
18
19
* [ Home Assistant API Client] ( https://github.com/mutablelogic/go-client/tree/main/pkg/homeassistant )
19
20
* [ IPify Client] ( https://github.com/mutablelogic/go-client/tree/main/pkg/ipify )
20
- * [ Mistral API Client] ( https://github.com/mutablelogic/go-client/tree/main/pkg/mistral )
21
+ * [ Mistral API Client] ( https://github.com/mutablelogic/go-client/tree/main/pkg/mistral ) for Mistral LLM
21
22
* [ NewsAPI client] ( https://github.com/mutablelogic/go-client/tree/main/pkg/newsapi )
22
- * [ Ollama API client] ( https://github.com/mutablelogic/go-client/tree/main/pkg/ollama )
23
- * [ OpenAI API client] ( https://github.com/mutablelogic/go-client/tree/main/pkg/openai )
23
+ * [ Ollama API client] ( https://github.com/mutablelogic/go-client/tree/main/pkg/ollama ) for locally-hosted LLM's
24
+ * [ OpenAI API client] ( https://github.com/mutablelogic/go-client/tree/main/pkg/openai ) for OpenAI LLM's
24
25
25
26
Aiming to have compatibility with go version 1.21 and above.
26
27
You can’t perform that action at this time.
0 commit comments