llamafile 0.2.3 → 0.2.4

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: 69461d4fef1f2c1f6c10e899443b6440f73ddac25da733ab88bac5404e5b683f
4
- data.tar.gz: 27c0ca0a03ffcd32de69bc2d06488dd724159897c7a64a0f3848e765b44e0e9c
3
+ metadata.gz: 5edb7fa83ac35bb784c1ed39ea4538030427d7de4f1d726ceafba52de2dad268
4
+ data.tar.gz: c64c242bcc2e40abe4317516244c9adf2679b8260c2b77de4f37949cab1dd84d
5
5
  SHA512:
6
- metadata.gz: 3cb14dbffb8d76109a4777493bf2c937505dca106277aa9cc8946b0e51a7580af7719724142fa0dc741f9a85b1225a92a88df771889a59e7d32c45d629e954db
7
- data.tar.gz: 63e72fb3177eb128fb5677d21dc22fafc191390aba42ca978fe3ce0cefda073a7dd0ee760e3559e52e5b41f344f474b7c24f4a3c1d07259cdd764f29e95b923f
6
+ metadata.gz: '059199a14c1610809c4c7795644cc928c7ae4fc612baa1c73d7d5b2187907ae99b8e2d2ed80b4113a8eb758ed4c690d10851ce8f9f8652e655ed2ba8b8daeb0e'
7
+ data.tar.gz: 9f15fd6706ed2d842be2fcc89658706b432baf753f94dd6237a324aaf463b1f76875f30bd3ad254ec8233395b6990b64df97574581acb69542e41d6d91a043c4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Llamafile
4
- VERSION = "0.2.3"
4
+ VERSION = "0.2.4"
5
5
  end
data/lib/llamafile.rb CHANGED
@@ -32,7 +32,7 @@ module Lf
32
32
  @actor = %[an honest person.]
33
33
  @format = %[Format your response as properly formatted markdown.]
34
34
  @example = %[# this is a heading\nThis is some general text about the heading.\n1. list item one.\n2. list item two.\n3. list item three.]
35
- @history = ["Hello","Hi."]
35
+ @history = [["Hello","Hi."]]
36
36
  end
37
37
  def conversation
38
38
  o = @history.map { |e| %[User: #{e[0]}\nLlama: #{e[1]}] };
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llamafile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Olson