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 +4 -4
- data/lib/bandcamp-discover/analyzer.rb +1 -1
- data/lib/bandcamp-discover/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b686b5e78a3a9a915a9f9b20bbf922b3bba2d3a540445f50c4c0a253fb46e2a6
|
4
|
+
data.tar.gz: 5f635ae41d83978217382ab6ca9ac9023e6b5180bd89e637f495875c2a89f16c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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: [
|