ruby_llm 1.4.0 → 1.5.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_llm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carmine Paolino
@@ -204,6 +204,11 @@ files:
204
204
  - lib/ruby_llm/providers/gpustack.rb
205
205
  - lib/ruby_llm/providers/gpustack/chat.rb
206
206
  - lib/ruby_llm/providers/gpustack/models.rb
207
+ - lib/ruby_llm/providers/mistral.rb
208
+ - lib/ruby_llm/providers/mistral/capabilities.rb
209
+ - lib/ruby_llm/providers/mistral/chat.rb
210
+ - lib/ruby_llm/providers/mistral/embeddings.rb
211
+ - lib/ruby_llm/providers/mistral/models.rb
207
212
  - lib/ruby_llm/providers/ollama.rb
208
213
  - lib/ruby_llm/providers/ollama/chat.rb
209
214
  - lib/ruby_llm/providers/ollama/media.rb
@@ -218,6 +223,10 @@ files:
218
223
  - lib/ruby_llm/providers/openai/tools.rb
219
224
  - lib/ruby_llm/providers/openrouter.rb
220
225
  - lib/ruby_llm/providers/openrouter/models.rb
226
+ - lib/ruby_llm/providers/perplexity.rb
227
+ - lib/ruby_llm/providers/perplexity/capabilities.rb
228
+ - lib/ruby_llm/providers/perplexity/chat.rb
229
+ - lib/ruby_llm/providers/perplexity/models.rb
221
230
  - lib/ruby_llm/railtie.rb
222
231
  - lib/ruby_llm/stream_accumulator.rb
223
232
  - lib/ruby_llm/streaming.rb