Skip to content

Commit 411de38

Browse files
committed
Add license section to README
1 parent e5d642f commit 411de38

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

bindings/ruby/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,19 @@ log_callback = ->(level, buffer, user_data) {
130130
Whisper.log_set log_callback, prefix
131131
```
132132

133+
Using this feature, you are also able to suppress log:
134+
135+
```ruby
136+
Whisper.log_set ->(level, buffer, user_data) {
137+
# do nothing
138+
}, nil
139+
Whisper::Context.new(MODEL)
140+
```
141+
142+
License
143+
-------
144+
145+
The same to [whisper.cpp][].
146+
133147
[whisper.cpp]: https://github.com/ggerganov/whisper.cpp
134148
[models]: https://github.com/ggerganov/whisper.cpp/tree/master/models

0 commit comments

Comments
 (0)