diff options
author | icebaker <icebaker@proton.me> | 2023-12-28 19:43:00 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-12-28 19:43:00 -0300 |
commit | 46638e0b4e1809d683f470922f9cc27ab161c248 (patch) | |
tree | a6135a74b8c56abe435fb557c873273e32f86eb1 /spec/logic | |
parent | 347ac029c922fbb3843ec22324527f2c6b3ba9a9 (diff) |
upgrading gemini-ai and adding support for mistral-ai
Diffstat (limited to 'spec/logic')
-rw-r--r-- | spec/logic/cartridge/interaction_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/logic/cartridge/interaction_spec.rb b/spec/logic/cartridge/interaction_spec.rb index f3ba46e..54fd956 100644 --- a/spec/logic/cartridge/interaction_spec.rb +++ b/spec/logic/cartridge/interaction_spec.rb @@ -26,7 +26,7 @@ RSpec.describe NanoBot::Logic::Cartridge::Interaction do ) end - it 'prepares the non-streamming output' do + it 'prepares the non-streaming output' do expect(described_class.output(cartridge, :repl, { message: 'hello' }, false, true)).to eq( { message: { content: 'hello', fennel: nil, lua: nil, clojure: nil } } ) |