ai_client 0.4.5 → 0.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +2 -0
- data/lib/ai_client/models.yml +6914 -3476
- data/lib/ai_client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8fbc770ad1dd04f5ba453dfe22a0ad792a67e2f4f031c4ffc3a5294a0dba8785
|
4
|
+
data.tar.gz: 3bb6cda1a7a97c84a89dd0693fb5ee6967cea24fc07210e83c12a04a0bb9c2d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77cca8eda4a2fdf8488cbe30cb70fa70f0524a31c0b9e2e21bc91eccb83baa03acaa59bb45886b0f864420a3509d2d16c3b3185b112e5be351e30e276706378e
|
7
|
+
data.tar.gz: f62830f1f5e6174704b5f58a2a88f1166b4b2b3560fb384ff44090fb76bb52d2ef51a3a57dbbc62096d4267d92ae95435110a889fd4bcbe803ea8d0f73d5edcb
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# AiClient
|
2
2
|
|
3
|
+
Have you tried `ruby_llm` yet? That gem is shaping up to be a truly wonderful addition to the Ruby AI technology stack. [https://rubyllm.com/](https://rubyllm.com/) It scratches all of the itches that I wanted my ai_client to scratch but in a much more elegant and comprehensive low/no dependency way.
|
4
|
+
|
3
5
|
First and foremost a big **THANK YOU** to [Kevin Sylvestre](https://ksylvest.com/) for his gem [OmniAI](https://github.com/ksylvest/omniai) and [Olympia](https://olympia.chat/) for their [open_router gem](https://github.com/OlympiaAI/open_router) upon which this effort depends.
|
4
6
|
|
5
7
|
Version 0.4.0 has two changes which may break your existing application.
|