Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
fsndzomga committed Dec 24, 2023
1 parent f639002 commit cbbe8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end
Here is how to use streaming:

```ruby
api = MistralAPI.new("api_key")
api = MistralAPI.new(api_key: "api_key")
api.create_chat_completion(
model: 'mistral-tiny',
Expand Down
2 changes: 1 addition & 1 deletion lib/mistral_rb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MistralRb
VERSION = "0.1.2"
VERSION = "0.1.3"
end

0 comments on commit cbbe8c1

Please sign in to comment.