walkthrough_awanllm 0.1.14 → 0.1.15
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 +1 -1
- data/lib/walkthrough_awanllm/version.rb +1 -1
- data/walkthrough_awanllm.gemspec +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: 9dcb26e59c68c3727c81f4d20f66369cf0c9a51a75e09985f43dd40526ae336a
|
4
|
+
data.tar.gz: eecd465ca39fe9fdfbe39b700e389d3bf2b6c84a2552f4c2c522a3c3efa32b3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0984c6bfd92631f32ea4186e4b23a5b4d08f6980a623010e21516c3b9bda44949fc373660f493400ecf37bf3713b4fc55df9cf62a3437d6c45c5f74f1e4d449
|
7
|
+
data.tar.gz: fb06c2eb1d560f453629f433ba6371ba6d67203d805103ba7501b1929255fc831d63591257a1947b376b7f1d76e11be196ef9829e9684022b085c2216e399380
|
data/README.md
CHANGED
@@ -30,7 +30,7 @@ $ gem install walkthrough_awanllm
|
|
30
30
|
After installing the gem, you need to configure it by running the setup script. This will prompt you for your AwanLLM API key and the model name you wish to use.
|
31
31
|
|
32
32
|
```sh
|
33
|
-
$ ruby
|
33
|
+
$ ruby ./vendor/bundle/ruby/YOUR_VERSION/gems/walkthrough_awanllm-0.1.15/bin/setup_awanllm.rb
|
34
34
|
```
|
35
35
|
|
36
36
|
## Usage
|
data/walkthrough_awanllm.gemspec
CHANGED
@@ -39,6 +39,6 @@ Gem::Specification.new do |spec|
|
|
39
39
|
spec.post_install_message = <<-MESSAGE
|
40
40
|
Thank you for installing the Walkthrough_AwanLLM gem!
|
41
41
|
To complete the setup, please run the following command:
|
42
|
-
ruby ./vendor/bundle/ruby/#{RUBY_VERSION.split('.').first(
|
42
|
+
ruby ./vendor/bundle/ruby/#{RUBY_VERSION.split('.').first(3).join('.')}/gems/walkthrough_awanllm-0.1.13/bin/setup_awanllm.rb
|
43
43
|
MESSAGE
|
44
44
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: walkthrough_awanllm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mrudul John
|
@@ -95,7 +95,7 @@ metadata:
|
|
95
95
|
post_install_message: |2
|
96
96
|
Thank you for installing the Walkthrough_AwanLLM gem!
|
97
97
|
To complete the setup, please run the following command:
|
98
|
-
ruby ./vendor/bundle/ruby/3.3/gems/walkthrough_awanllm-0.1.13/bin/setup_awanllm.rb
|
98
|
+
ruby ./vendor/bundle/ruby/3.3.0/gems/walkthrough_awanllm-0.1.13/bin/setup_awanllm.rb
|
99
99
|
rdoc_options: []
|
100
100
|
require_paths:
|
101
101
|
- lib
|