llmed 0.1.1 → 0.1.2
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
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 419988eff810e2622c08990a432aa3629a03db74be5735ff5826de27b93d8bd1
|
4
|
+
data.tar.gz: 7f51c0f7bf24e72b2eedfb06e0dee4381f24a20b0326cc5072de8658e10b27fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa8bf3b2fc9349aee970c6e89100e3136e332c0e9f595e910882c8fc8091c698f3565a051617dd9850f8421a1e533ef09bfbcb418dd4bb3f055de20ab1297512
|
7
|
+
data.tar.gz: bc8afe2b441dd588b211de1379471f87549934b3e3af05c6bcc83b10516423532b342afa465a278b16bd27f58c287a60363b2f74ffbbff2607b8c827c7494a02
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: llmed
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jovany Leandro G.C
|
@@ -66,7 +66,9 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '1.75'
|
69
|
-
description:
|
69
|
+
description: Use this 'compiler' to build software using LLMs in a controlled way.
|
70
|
+
In classical terms, the LLM is the compiler, the context description is the programming
|
71
|
+
language, and the generated output is the binary.
|
70
72
|
email: bit4bit@riseup.net
|
71
73
|
executables:
|
72
74
|
- llmed
|
@@ -98,7 +100,5 @@ requirements: []
|
|
98
100
|
rubygems_version: 3.3.15
|
99
101
|
signing_key:
|
100
102
|
specification_version: 4
|
101
|
-
summary:
|
102
|
-
classical terms, the LLM is the compiler, the context description is the programming
|
103
|
-
language, and the generated output is the binary.
|
103
|
+
summary: LLM Execution Development
|
104
104
|
test_files: []
|