tiny_gemini 1.0.3 → 2.0.0
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/tiny_gemini.rb +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: d006c2de9b1679dd1baed5a50b79148e7766df750ff1bdf373b8d2ad9ec54be1
|
4
|
+
data.tar.gz: 4ea9f3c4c811b5859b98bd60889aa4acba572c8122614d9c7e775618ee49e70a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6dd5fb949ef4699e9cb28112e983f0b0856b9b0fac0d7c8b7f25e4a200f8323941cc65e675b69632a172a2055e55c7d2e7a1cdcdecdccbdb7c79d8fbe57f563
|
7
|
+
data.tar.gz: e4434b7a7d461b7c3de85655a4e9e8f471b2771ee8ebd8dccbf95c2bb0b2807d2ae96017c842f75dba0fe496b672b561cd7cd03d6585ea60e89619878bce0356
|
data/lib/tiny_gemini.rb
CHANGED
@@ -56,7 +56,7 @@ class TinyGemini
|
|
56
56
|
# NOTE: if you want the model to impersonate a character (i.e. a talking cat)
|
57
57
|
# you need to have set the `system_instruction` parameter when initializing
|
58
58
|
# this class to make that work
|
59
|
-
def
|
59
|
+
def prompt(messages)
|
60
60
|
body = { contents: messages }
|
61
61
|
body.merge!(system_instruction: { parts: { text: @system_instruction } }) if @system_instruction
|
62
62
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tiny_gemini
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeff Lunt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: a tiny gem for using Google Gemini's generative models for chat
|
14
14
|
email: jefflunt@gmail.com
|