bandcamp-discover 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48deb8b43cc6e29a75585fa85a3ad9d55adb88c62a05212a1d24b34eeefe3878
4
- data.tar.gz: d3355b56c7039ba07c0ab5fb2a7e86d324dae08425f0306721ebb7edd0b4fb98
3
+ metadata.gz: b686b5e78a3a9a915a9f9b20bbf922b3bba2d3a540445f50c4c0a253fb46e2a6
4
+ data.tar.gz: 5f635ae41d83978217382ab6ca9ac9023e6b5180bd89e637f495875c2a89f16c
5
5
  SHA512:
6
- metadata.gz: b762b3d8806fc5707dfe339c5be56cf29e076ab48da364d57fd99ec4b27e8dfc642c520af8a85e07810ac9631746639e46f676683fae845942d31a73eab5d3a2
7
- data.tar.gz: 999553f33e0e041dd2562a78ea27d2a7c006cb03b620a5ace7dad05f9c14975dcc83b06d9d3a1fa7ff1f1b3ec957e129f9981bc5edd443eb05c869cf6c4e0b88
6
+ metadata.gz: 9d68c6025aef09fda9c0ae3c85290f81499bbf60939778dbcd2f99ab345484096af8fea62a9bca018df2ff5066c440e1e206db6f3b62d698ae5b81e80d78906e
7
+ data.tar.gz: 816e48a8b67708bc28dadc7af01abae66c86c61c4824c32e65f528cb2d47082bb6db257e725e64a7849719ce7287ce5f2726f41c66441dc175c0444a8b690004
@@ -9,7 +9,7 @@ module BandcampDiscover
9
9
  if defined?(OpenRouter) && !!OpenRouter.configuration.access_token
10
10
  response = OpenRouter::Client.new.complete(
11
11
  [
12
- { role: "system", content: "You are given a description that could or could not be that of a record label. Analyze and answer with true or false only. Be critical: Individuals and bands are not labels, but collectives can be labels." },
12
+ { role: "system", content: "You are given a description that could or could not be that of a record label. Analyze and answer witha JSON object {\"answer\": true|false}. Be critical: Individuals and bands are not labels, but collectives can be labels." },
13
13
  { role: "user", content: @description }
14
14
  ],
15
15
  model: [
@@ -1,3 +1,3 @@
1
1
  module BandcampDiscover
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bandcamp-discover
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
  - Julian RUbisch