llm_meta_client 0.2.0 → 0.3.0
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/README.md +2 -2
- data/lib/llm_meta_client/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee640298ecdea5af5852a316bf54188f52b3a924380b7dcb28d0fde6a786f679
|
|
4
|
+
data.tar.gz: 1a35dd306cbb14c0144ea5b5b581ee136caf1b33513ce0ad53559d1015c453c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c61cbaed89ffc56e1e5112cd81895da2434715fb88ff00ab1c6abc8859cd9265d29b3526e84402636adec11b7a99e78318608c1c1ef9c395f3c2a7ecb8df6ec
|
|
7
|
+
data.tar.gz: f71f3cedabba96f0ba6f336b409cac79b1f30f84c27bd3538857975f3db40d9f7eb2c73300aabbce35b922893c84a6cd351f469893fad01805631ddccf95bcac
|
data/README.md
CHANGED
|
@@ -42,8 +42,8 @@ This gem is a **Rails frontend client** that delegates all LLM provider interact
|
|
|
42
42
|
|---|---|---|
|
|
43
43
|
| `rails` | `~> 8.1, >= 8.1.1` | Rails framework |
|
|
44
44
|
| `httparty` | `~> 0.22` | HTTP client for external service communication |
|
|
45
|
-
| `prompt_navigator` | `~> 0.
|
|
46
|
-
| `chat_manager` | `~> 0.
|
|
45
|
+
| `prompt_navigator` | `~> 0.2` | Prompt execution management and history |
|
|
46
|
+
| `chat_manager` | `~> 0.2` | Chat sidebar, title generation, CSV export |
|
|
47
47
|
|
|
48
48
|
## Installation
|
|
49
49
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: llm_meta_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- dhq_boiler
|
|
@@ -49,28 +49,28 @@ dependencies:
|
|
|
49
49
|
requirements:
|
|
50
50
|
- - "~>"
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: '0.
|
|
52
|
+
version: '0.2'
|
|
53
53
|
type: :runtime
|
|
54
54
|
prerelease: false
|
|
55
55
|
version_requirements: !ruby/object:Gem::Requirement
|
|
56
56
|
requirements:
|
|
57
57
|
- - "~>"
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: '0.
|
|
59
|
+
version: '0.2'
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: chat_manager
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
63
63
|
requirements:
|
|
64
64
|
- - "~>"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: '0.
|
|
66
|
+
version: '0.2'
|
|
67
67
|
type: :runtime
|
|
68
68
|
prerelease: false
|
|
69
69
|
version_requirements: !ruby/object:Gem::Requirement
|
|
70
70
|
requirements:
|
|
71
71
|
- - "~>"
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: '0.
|
|
73
|
+
version: '0.2'
|
|
74
74
|
description: llm_meta_client provides a Rails Engine with scaffold and authentication
|
|
75
75
|
generators for building LLM-powered chat applications. Supports OpenAI, Anthropic,
|
|
76
76
|
Google, and Ollama providers.
|
|
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
157
|
version: '0'
|
|
158
158
|
requirements: []
|
|
159
|
-
rubygems_version:
|
|
159
|
+
rubygems_version: 4.0.3
|
|
160
160
|
specification_version: 4
|
|
161
161
|
summary: A Rails Engine for integrating multiple LLM providers into your application.
|
|
162
162
|
test_files: []
|