liter_llm 1.4.0.pre.rc.3-x86_64-linux → 1.4.0.pre.rc.4-x86_64-linux
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 +0 -12
- data/lib/liter_llm_rb.so +0 -0
- data/sig/types.rbs +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 82d1a1ce35b3246f82830ff6b7a6d864ff2d5dc77c224f29e02cf6519b271149
|
|
4
|
+
data.tar.gz: fa337f46046b69e8cd0d8b3b4cae86442cea1da93bea30dac0d813a8abfdb5a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75ed48f4b072c010319d840683575cc42dc4c8a5a6ac799b81d4427201d0b1978378c0731fc8164a3b0cbf510b11285b18c8b50d759b59b0c427ae7bd2b1bec2
|
|
7
|
+
data.tar.gz: a095794073060ada32d4a4c4daeea8a1c6a17ea38862d14b0eef09ec8856e632f2826a30ddc601b3b3cb52131af4b9748e58758ff860756b20db8bb5e02799cd
|
data/README.md
CHANGED
|
@@ -73,7 +73,6 @@ Universal LLM API client for Ruby. Access 143+ LLM providers through a single in
|
|
|
73
73
|
Install via one of the supported package managers:
|
|
74
74
|
|
|
75
75
|
|
|
76
|
-
|
|
77
76
|
**gem:**
|
|
78
77
|
|
|
79
78
|
```bash
|
|
@@ -81,8 +80,6 @@ gem install liter_llm
|
|
|
81
80
|
```
|
|
82
81
|
|
|
83
82
|
|
|
84
|
-
|
|
85
|
-
|
|
86
83
|
**Bundler:**
|
|
87
84
|
|
|
88
85
|
```ruby
|
|
@@ -90,9 +87,6 @@ gem 'liter_llm'
|
|
|
90
87
|
```
|
|
91
88
|
|
|
92
89
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
90
|
### System Requirements
|
|
97
91
|
|
|
98
92
|
|
|
@@ -125,7 +119,6 @@ puts response.dig("choices", 0, "message", "content")
|
|
|
125
119
|
### Common Use Cases
|
|
126
120
|
|
|
127
121
|
|
|
128
|
-
|
|
129
122
|
#### Streaming Responses
|
|
130
123
|
|
|
131
124
|
Stream tokens in real time:
|
|
@@ -147,15 +140,12 @@ chunks.each { |chunk| puts chunk }
|
|
|
147
140
|
```
|
|
148
141
|
|
|
149
142
|
|
|
150
|
-
|
|
151
|
-
|
|
152
143
|
### Next Steps
|
|
153
144
|
|
|
154
145
|
- **[Provider Registry](https://github.com/kreuzberg-dev/liter-llm/blob/main/schemas/providers.json)** - Full list of supported providers
|
|
155
146
|
- **[GitHub Repository](https://github.com/kreuzberg-dev/liter-llm)** - Source, issues, and discussions
|
|
156
147
|
|
|
157
148
|
|
|
158
|
-
|
|
159
149
|
## Features
|
|
160
150
|
|
|
161
151
|
### Supported Providers (143+)
|
|
@@ -202,7 +192,6 @@ Built on a compiled Rust core for speed and safety:
|
|
|
202
192
|
- **API keys** wrapped in secure memory, zeroed on drop
|
|
203
193
|
|
|
204
194
|
|
|
205
|
-
|
|
206
195
|
## Provider Routing
|
|
207
196
|
|
|
208
197
|
Route to 143+ providers using the `provider/model` prefix convention:
|
|
@@ -217,7 +206,6 @@ mistral/mistral-large-latest
|
|
|
217
206
|
See the [provider registry](https://github.com/kreuzberg-dev/liter-llm/blob/main/schemas/providers.json) for the full list.
|
|
218
207
|
|
|
219
208
|
|
|
220
|
-
|
|
221
209
|
## Proxy Server
|
|
222
210
|
|
|
223
211
|
liter-llm also ships as an OpenAI-compatible proxy server with Docker support:
|
data/lib/liter_llm_rb.so
CHANGED
|
Binary file
|
data/sig/types.rbs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:ccc0d43561ced090b6ce99be75715bd31304ef12c1912115b4ae917bc9a6f157
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# Issues & docs: https://github.com/kreuzberg-dev/alef
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: liter_llm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.0.pre.rc.
|
|
4
|
+
version: 1.4.0.pre.rc.4
|
|
5
5
|
platform: x86_64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- Na'aman Hirschfeld
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|