ai_client 0.4.4 → 0.4.5

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: fc222406f840959b9987644d5f274b7422d7b157dc5ebaff6d22866a762d30f0
4
- data.tar.gz: d534d1b7a975f1efe1d149fe558c8748c192bf41b4ee1a198d73488bb03a64e6
3
+ metadata.gz: 1e78ebb6a087ea0b92522d4aa7824c94aa77a11b71eddb006432f0a4e8f33551
4
+ data.tar.gz: 91f315cd8908f85b0e7d05b2f6744d46e962c5b752e12b804d020f8fbe11ebb7
5
5
  SHA512:
6
- metadata.gz: 5b988d95990e8b420aac8f4a30d5cdfa1ec80125d52d0ed0a48bae01d3c2e8a89a0e8307c7698ebb0818be4601f996618457fda25deeb07c608232e055e23bb8
7
- data.tar.gz: ad9af7a235571f780873d1a0840fc89820e8e00a56b72e7ce9e0aa67626dcdcdaef306e0cb6333eb717320f53401d20e6ec72bdc876ba4d84492b3000f866fca
6
+ metadata.gz: 80c91ad5846061ac425ab8fe292b626ce5ee1515b8beeaec7daa0e036cd8fce7f19dc20bf235a9cb0c0486d92564a695eb1ca5f2a1b406e7334644f085c4e158
7
+ data.tar.gz: 88ab64ac1f7b6e77a5d5b44fc13ea3b592a5e032006101d5e0dfa595128aef2c83f3594582c7c74fda832c7781cb0a719a2fce677b85a135779b89a001033df7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## Released
4
+
5
+ ### [0.4.5] - 2025-03-02
6
+ - Added ability to obtain a list of available models from an Ollama server.
7
+ - Added `ollama_model_exists?` method to check if a specific model is available on an Ollama server.
8
+ - Added command-line utility `bin/list_ollama_models` to display available Ollama models.
9
+ - Added support for configuring custom Ollama hosts via the providers configuration.
10
+
3
11
  ### [0.4.4] - 2025-03-02
4
12
  - Added ability to obtain a list of available models from an Ollama server.
5
13
  - Added `ollama_model_exists?` method to check if a specific model is available on an Ollama server.
@@ -16,9 +24,6 @@
16
24
  - increasing test coverage
17
25
  - tweaking stuff
18
26
 
19
-
20
- ## Released
21
-
22
27
  ### [0.4.1] - 2024-10-21
23
28
  - fixed the context problem. the chatbot method works now.
24
29
 
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class AiClient
4
- VERSION = "0.4.4"
4
+ VERSION = "0.4.5"
5
5
 
6
6
  def version = VERSION
7
7
  def self.version = VERSION
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ai_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dewayne VanHoozer
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 2025-03-12 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: active_hash