liter_llm 1.4.0.pre.rc.39 → 1.4.0.pre.rc.42
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/ext/liter_llm_rb/native/Cargo.lock +9 -9
- data/ext/liter_llm_rb/native/Cargo.toml +2 -2
- data/ext/liter_llm_rb/src/lib.rs +1 -1
- data/lib/liter_llm/native.rb +2 -2
- data/lib/liter_llm/version.rb +3 -3
- data/lib/liter_llm.rb +2 -2
- data/sig/types.rbs +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cbb4369c683f7b3bf088bcd32cb5330ff7bd758e523be0f95e0099fe4d139fbe
|
|
4
|
+
data.tar.gz: 1a246f1afe78255c5431ed1b8351bf4e888dca02bfcd48f2b211f63431a30cc8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6048a241c9d679c5f63ba18d267da90fac544f90a2fe954b97102e72e821fc92a6e94e687fecc7dc0f78fda2c0e638bd9ea3a238b50f1b232046510cbb8b522
|
|
7
|
+
data.tar.gz: 650800c028a8eae0c24b727cd11e5509f36c0c53242d218563610da1c760efd5dfa8aa6d555c481561d1c7844143cd1d4b45262dc744b6519aaaa8dcf047247b
|
|
@@ -1662,9 +1662,9 @@ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
|
1662
1662
|
|
|
1663
1663
|
[[package]]
|
|
1664
1664
|
name = "liter-llm"
|
|
1665
|
-
version = "1.4.0-rc.
|
|
1665
|
+
version = "1.4.0-rc.42"
|
|
1666
1666
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1667
|
-
checksum = "
|
|
1667
|
+
checksum = "995744c7ea4bfe7793064c596acfdf08344d620f7c27e4b34e6cfe795368d6b2"
|
|
1668
1668
|
dependencies = [
|
|
1669
1669
|
"aws-credential-types",
|
|
1670
1670
|
"aws-sigv4",
|
|
@@ -1696,7 +1696,7 @@ dependencies = [
|
|
|
1696
1696
|
|
|
1697
1697
|
[[package]]
|
|
1698
1698
|
name = "liter-llm-rb"
|
|
1699
|
-
version = "1.4.0-rc.
|
|
1699
|
+
version = "1.4.0-rc.42"
|
|
1700
1700
|
dependencies = [
|
|
1701
1701
|
"futures",
|
|
1702
1702
|
"liter-llm",
|
|
@@ -1772,9 +1772,9 @@ dependencies = [
|
|
|
1772
1772
|
|
|
1773
1773
|
[[package]]
|
|
1774
1774
|
name = "mea"
|
|
1775
|
-
version = "0.6.
|
|
1775
|
+
version = "0.6.4"
|
|
1776
1776
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1777
|
-
checksum = "
|
|
1777
|
+
checksum = "2640d335e7273dacdcf51044026139b2e269c3bb0dfc3f8cb3496b85e3f6a42c"
|
|
1778
1778
|
dependencies = [
|
|
1779
1779
|
"slab",
|
|
1780
1780
|
]
|
|
@@ -1819,9 +1819,9 @@ dependencies = [
|
|
|
1819
1819
|
|
|
1820
1820
|
[[package]]
|
|
1821
1821
|
name = "mio"
|
|
1822
|
-
version = "1.2.
|
|
1822
|
+
version = "1.2.1"
|
|
1823
1823
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1824
|
-
checksum = "
|
|
1824
|
+
checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
|
|
1825
1825
|
dependencies = [
|
|
1826
1826
|
"libc",
|
|
1827
1827
|
"wasi",
|
|
@@ -2908,9 +2908,9 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
|
2908
2908
|
|
|
2909
2909
|
[[package]]
|
|
2910
2910
|
name = "socket2"
|
|
2911
|
-
version = "0.6.
|
|
2911
|
+
version = "0.6.4"
|
|
2912
2912
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2913
|
-
checksum = "
|
|
2913
|
+
checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
|
|
2914
2914
|
dependencies = [
|
|
2915
2915
|
"libc",
|
|
2916
2916
|
"windows-sys 0.61.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "liter-llm-rb"
|
|
3
|
-
version = "1.4.0-rc.
|
|
3
|
+
version = "1.4.0-rc.42"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
license = "MIT"
|
|
6
6
|
description = "Universal LLM API client with Rust-powered polyglot bindings."
|
|
@@ -15,7 +15,7 @@ crate-type = ["cdylib"]
|
|
|
15
15
|
|
|
16
16
|
[dependencies]
|
|
17
17
|
futures = "0.3"
|
|
18
|
-
liter-llm = { version = "1.4.0-rc.
|
|
18
|
+
liter-llm = { version = "1.4.0-rc.42", features = ["native-http", "full"] }
|
|
19
19
|
magnus = "0.8"
|
|
20
20
|
serde = { version = "1", features = ["derive"] }
|
|
21
21
|
serde_json = "1"
|
data/ext/liter_llm_rb/src/lib.rs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is auto-generated by alef. DO NOT EDIT.
|
|
2
|
-
// alef:hash:
|
|
2
|
+
// alef:hash:419204b66f16f0a46756e52ee2a70660e87d41eea851478a78189354fad3dc5d
|
|
3
3
|
// Re-generate with: alef generate
|
|
4
4
|
#![allow(dead_code, unused_imports, unused_variables)]
|
|
5
5
|
#![allow(
|
data/lib/liter_llm/native.rb
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:419204b66f16f0a46756e52ee2a70660e87d41eea851478a78189354fad3dc5d
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
|
-
# Issues & docs: https://github.com/
|
|
5
|
+
# Issues & docs: https://github.com/sample_crate-dev/alef
|
|
6
6
|
# frozen_string_literal: true
|
|
7
7
|
|
|
8
8
|
require "json"
|
data/lib/liter_llm/version.rb
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:419204b66f16f0a46756e52ee2a70660e87d41eea851478a78189354fad3dc5d
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
|
-
# Issues & docs: https://github.com/
|
|
5
|
+
# Issues & docs: https://github.com/sample_crate-dev/alef
|
|
6
6
|
# frozen_string_literal: true
|
|
7
7
|
|
|
8
8
|
module LiterLlm
|
|
9
|
-
VERSION = "1.4.0.pre.rc.
|
|
9
|
+
VERSION = "1.4.0.pre.rc.42"
|
|
10
10
|
end
|
data/lib/liter_llm.rb
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:419204b66f16f0a46756e52ee2a70660e87d41eea851478a78189354fad3dc5d
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
|
-
# Issues & docs: https://github.com/
|
|
5
|
+
# Issues & docs: https://github.com/sample_crate-dev/alef
|
|
6
6
|
# frozen_string_literal: true
|
|
7
7
|
|
|
8
8
|
require_relative "liter_llm/version"
|
data/sig/types.rbs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:419204b66f16f0a46756e52ee2a70660e87d41eea851478a78189354fad3dc5d
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
|
-
# Issues & docs: https://github.com/
|
|
5
|
+
# Issues & docs: https://github.com/sample_crate-dev/alef
|
|
6
6
|
|
|
7
7
|
module LiterLlm
|
|
8
8
|
|