Skip to content

Commit 2c24ec0

Browse files
authored
Merge pull request #16 from mutablelogic/v1
Updated README to reflect packages
2 parents 3ccb0b6 + ba7653d commit 2c24ec0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ API Documentation: https://pkg.go.dev/github.com/mutablelogic/go-client
1313

1414
There are also some example clients which use this library:
1515

16+
* [Anthropic API Client](https://github.com/mutablelogic/go-client/tree/main/pkg/bitwarden) for Claude LLM
1617
* [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
1819
* [Home Assistant API Client](https://github.com/mutablelogic/go-client/tree/main/pkg/homeassistant)
1920
* [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
2122
* [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
2425

2526
Aiming to have compatibility with go version 1.21 and above.
2627

0 commit comments

Comments
 (0)