ask-ai 0.0.1 → 0.0.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
- data/config/config.yml +1 -0
- metadata +8 -7
- /data/bin/{aa → ask-ai} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a48ff0dd24e51f3da64aaa2470e87320a644b57ab3474d42ea72031724ba62e6
|
|
4
|
+
data.tar.gz: d5b12d50967f08cfd7619cc0d0c289df220bf6de29e9d1946a5c14e6bc31753e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5b3cfeecfbc3082c3e406c9d89f80d2129e61e24c15f5bcaf0e2309af1e66b272f8d3b153019a5126895ab8df2b6da106870fdb1d50e27255e3b6225d01dc5a
|
|
7
|
+
data.tar.gz: 7aac19c35dec0c213bd00fbe6176003582d2d0abef571926171bcba0b0a3514c8116924bd628f1a677c8d0f78b1f4df128958492292bee3571474a9b018101c9
|
data/config/config.yml
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ask-ai
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oskar Franck
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-09-
|
|
11
|
+
date: 2023-09-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ruby-openai
|
|
@@ -28,11 +28,11 @@ description: A CLI tool for using OpenAI's API. The idea is to make it easy to u
|
|
|
28
28
|
the API with an option to pass files for help with diffrent tasks.
|
|
29
29
|
email: contact.oskarfranck.se
|
|
30
30
|
executables:
|
|
31
|
-
-
|
|
31
|
+
- ask-ai
|
|
32
32
|
extensions: []
|
|
33
33
|
extra_rdoc_files: []
|
|
34
34
|
files:
|
|
35
|
-
- bin/
|
|
35
|
+
- bin/ask-ai
|
|
36
36
|
- config/config.yml
|
|
37
37
|
- files/context.jsonl
|
|
38
38
|
- files/context_file.txt
|
|
@@ -41,8 +41,9 @@ files:
|
|
|
41
41
|
- lib/help.rb
|
|
42
42
|
- lib/main.rb
|
|
43
43
|
- lib/prompt.rb
|
|
44
|
-
homepage:
|
|
45
|
-
licenses:
|
|
44
|
+
homepage: https://github.com/OskarFranck/terminal_chat
|
|
45
|
+
licenses:
|
|
46
|
+
- MIT
|
|
46
47
|
metadata: {}
|
|
47
48
|
post_install_message:
|
|
48
49
|
rdoc_options: []
|
|
@@ -59,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
59
60
|
- !ruby/object:Gem::Version
|
|
60
61
|
version: '0'
|
|
61
62
|
requirements: []
|
|
62
|
-
rubygems_version: 3.
|
|
63
|
+
rubygems_version: 3.2.33
|
|
63
64
|
signing_key:
|
|
64
65
|
specification_version: 4
|
|
65
66
|
summary: A simple CLI for OpenAI's GPT-3 API.
|
/data/bin/{aa → ask-ai}
RENAMED
|
File without changes
|