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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e78ebb6a087ea0b92522d4aa7824c94aa77a11b71eddb006432f0a4e8f33551
4
- data.tar.gz: 91f315cd8908f85b0e7d05b2f6744d46e962c5b752e12b804d020f8fbe11ebb7
3
+ metadata.gz: 8fbc770ad1dd04f5ba453dfe22a0ad792a67e2f4f031c4ffc3a5294a0dba8785
4
+ data.tar.gz: 3bb6cda1a7a97c84a89dd0693fb5ee6967cea24fc07210e83c12a04a0bb9c2d0
5
5
  SHA512:
6
- metadata.gz: 80c91ad5846061ac425ab8fe292b626ce5ee1515b8beeaec7daa0e036cd8fce7f19dc20bf235a9cb0c0486d92564a695eb1ca5f2a1b406e7334644f085c4e158
7
- data.tar.gz: 88ab64ac1f7b6e77a5d5b44fc13ea3b592a5e032006101d5e0dfa595128aef2c83f3594582c7c74fda832c7781cb0a719a2fce677b85a135779b89a001033df7
6
+ metadata.gz: 77cca8eda4a2fdf8488cbe30cb70fa70f0524a31c0b9e2e21bc91eccb83baa03acaa59bb45886b0f864420a3509d2d16c3b3185b112e5be351e30e276706378e
7
+ data.tar.gz: f62830f1f5e6174704b5f58a2a88f1166b4b2b3560fb384ff44090fb76bb52d2ef51a3a57dbbc62096d4267d92ae95435110a889fd4bcbe803ea8d0f73d5edcb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
3
  ## Released
4
+ ### [0.4.6] - 2025-04-10
5
+ - Updated Gemfile.lock
6
+ - updated models database
4
7
 
5
8
  ### [0.4.5] - 2025-03-02
6
9
  - Added ability to obtain a list of available models from an Ollama server.
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.