logic/cartridge/streaming.rb in nano-bots-3.3.0 vs logic/cartridge/streaming.rb in nano-bots-3.4.0
- old
+ new
@@ -6,10 +6,10 @@
module Logic
module Cartridge
module Streaming
def self.enabled?(cartridge, interface)
provider_stream = case Helpers::Hash.fetch(cartridge, %i[provider id])
- when 'openai', 'mistral', 'cohere', 'ollama'
+ when 'openai', 'mistral', 'anthropic', 'cohere', 'ollama'
Helpers::Hash.fetch(cartridge, %i[provider settings stream])
when 'google', 'maritaca'
Helpers::Hash.fetch(cartridge, %i[provider options stream])
end