llmed 0.2.2 → 0.2.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/llmed.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 695b1df0f68de9b2797c912930e3019b5a2dca28eafec63773bb6e6986e2c381
4
- data.tar.gz: a4e50576895ef6da99d7668fab17a71447471905e113c0b318e71aae49233d2e
3
+ metadata.gz: 90e332e8e63c2578dc7c15f3a93edaa4a45405e78215e8d4281e9dbaa92a7462
4
+ data.tar.gz: a53f681a2637f40081a219a7153685998089d1448f1811f1e3d7d49ae7e3aef3
5
5
  SHA512:
6
- metadata.gz: ca48d2ad5759a87dcf638e088ea6fe113f2dffc9cf8277589c0bac102354953c25a8c7b7d4b8608ef4a05794e4146cbb4d98a9615da91db097bba5be8c12e7e1
7
- data.tar.gz: e30b592d49c6dabbb78744e66f0851c29407d6d9ea3ec327320cf6d4fc0d4fd5ae42c9f7a99246925523405de991fee216897f4b2acedde4edd5fd1db5c629ef
6
+ metadata.gz: 777b63598f435c57ee7cc923872e7897a12bc56a02eb4e3c2d825c19e0742e6e376763bb1ed3e0e4bb10973c97fa020dbb25b0194b5f7c089f8c01e8259c3600
7
+ data.tar.gz: 96f8c34a8aa5c8919c5ba3273bdf93820087b9ba69c9aa4744c67f6d6c8fe3638c2441b6d1d43ad2726386c4a68c1c0fd0d82f4985d4bc9fab90c702cd02f8d4
data/lib/llmed.rb CHANGED
@@ -68,7 +68,7 @@ class LLMed
68
68
  class Configuration
69
69
  def initialize
70
70
  @prompt = LLMed::LLM::Template.build(template: "
71
- You are a software developer and only have knowledge of the programming language {language}.
71
+ You are a software developer with knowledge only of the programming language {language}. Follow the SOLID principles strictly, use only imperative and functional programming, and design highly isolated components.
72
72
  Your response must contain only the generated source code, with no additional text.
73
73
  All source code must be written in a single file, and you must ensure it runs correctly on the first attempt.
74
74
  Always include the properly escaped comment: LLMED-COMPILED.
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.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jovany Leandro G.C