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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f66251ade1f9986ae077dc13cb177f5f651b5c3638115fb7b5a5ef54d9510972
4
- data.tar.gz: ec6673e17d5cdd7e6e202ad33d87f30b4e132afdbde347c67917aee6a7483291
3
+ metadata.gz: a48ff0dd24e51f3da64aaa2470e87320a644b57ab3474d42ea72031724ba62e6
4
+ data.tar.gz: d5b12d50967f08cfd7619cc0d0c289df220bf6de29e9d1946a5c14e6bc31753e
5
5
  SHA512:
6
- metadata.gz: c4c71fbb474ebbea5684fc849007f04af964c105ae9a8827790da443a4c45168b59ba5c49b90644bdd8d3f46ca03d5ad31535bf244eace5b00d017f43aae36e1
7
- data.tar.gz: 69dea278d20a873ba3a91f93dd41e97d148e754cf654ac32c6ca3ad168bc57a66bd3816db23aa38362bf81a18be3453d08e2201d1ec134ed1230b5a792f70000
6
+ metadata.gz: b5b3cfeecfbc3082c3e406c9d89f80d2129e61e24c15f5bcaf0e2309af1e66b272f8d3b153019a5126895ab8df2b6da106870fdb1d50e27255e3b6225d01dc5a
7
+ data.tar.gz: 7aac19c35dec0c213bd00fbe6176003582d2d0abef571926171bcba0b0a3514c8116924bd628f1a677c8d0f78b1f4df128958492292bee3571474a9b018101c9
data/config/config.yml CHANGED
@@ -1 +1,2 @@
1
+ OPENAI_API_KEY: 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
1
2
 
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.1
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-22 00:00:00.000000000 Z
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
- - aa
31
+ - ask-ai
32
32
  extensions: []
33
33
  extra_rdoc_files: []
34
34
  files:
35
- - bin/aa
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.3.7
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