smart_prompt 0.3.8 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2556e4af35c6de3074007678ef552da8f4a3a8447e2ac5e12811ac93eb7e49ff
4
- data.tar.gz: fdc6a3b6e546ebbc396d94f77728bbfcf2b3875e5800f9250731f18e2f8784ef
3
+ metadata.gz: 67ba5c17240bbbfcf74c5aaabf100f01c1c40c360f77e84b15169ee83033018e
4
+ data.tar.gz: bc43cc30cabdc5e4ba62e1b07b2851482a3dc472e50efc10a56206d73b842a55
5
5
  SHA512:
6
- metadata.gz: 3925efe5c94b431eacb347ebd42ad76117255c7b47eb1c1d56d1c19bb7580f26df453c59d0971db48eed50365ff7bb8bb07776429b93602faf88a00806d6bac5
7
- data.tar.gz: bb89b336730fd49ae0b89c2de179aa7dc4e9215471f9ddbd869e56c440c69d1907d39c47994b286342605e14ca76ec1a342b022f8196e1bc0037f175d5e86b14
6
+ metadata.gz: ebd50d0f9f83dbc8c3315b5edb22bf6fb7920c7bd8ae82d3c8bb90ee78b10deb2ff9945a125d248f453b92894e23b5d61f442b8191621b8a044d95468252e796
7
+ data.tar.gz: 03f784ba90fcdc629694c88448360faf08c9eede708df7c3ebdfe736917e3acb5dc12ff24c55b89a14b2ce2c9721b70d986e35672ce25c001d69ad883bf8858b
@@ -1,3 +1,3 @@
1
1
  module SmartPrompt
2
- VERSION = "0.3.8"
2
+ VERSION = "0.4.0"
3
3
  end
data/lib/smart_prompt.rb CHANGED
@@ -4,6 +4,7 @@ require File.expand_path('../smart_prompt/api_handler', __FILE__)
4
4
  require File.expand_path('../smart_prompt/conversation', __FILE__)
5
5
  require File.expand_path('../smart_prompt/llm_adapter', __FILE__)
6
6
  require File.expand_path('../smart_prompt/openai_adapter', __FILE__)
7
+ require File.expand_path('../smart_prompt/anthropic_adapter', __FILE__)
7
8
  require File.expand_path('../smart_prompt/llamacpp_adapter', __FILE__)
8
9
  require File.expand_path('../smart_prompt/prompt_template', __FILE__)
9
10
  require File.expand_path('../smart_prompt/worker', __FILE__)
@@ -34,4 +35,4 @@ module SmartPrompt
34
35
  log.progname = self.name
35
36
  end
36
37
  end
37
- end
38
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_prompt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - zhuang biaowei