Benjamín Silva

Results 48 comments of Benjamín Silva

adding daemonize option in the `initializers/sneakers.rb` does the trick ``` Sneakers.configure( amqp: "amqp://#{ENV['RABBITMQ_USER']}:#{ENV['RABBITMQ_PASSWORD']}@#{ENV['RABBITMQ_HOST']}:#{ENV['RABBITMQ_PORT']}", workers: 4, timeout_job_after: 10, daemonize: Rails.env.production? ) Sneakers.logger.level = Logger::INFO ```

@anton-ko nope, I'm just ignoring it in the frontend.

I just tested locally and it works, could you please send detailed logs so I can help you?

This is happening to me in 22.14.0 too. 197% CPU usage always. I use mac m1

I see they use a non-native select for their language selector, they didn't add a playback speed selector though. ![CleanShot 2024-10-28 at 11 23 52](https://github.com/user-attachments/assets/91053502-e951-40d1-a525-784530c9e057) I guess this is the...

I couldn't reproduce the issue by manually injecting a select in their control bar https://github.com/user-attachments/assets/785af371-c10c-4538-90a9-14e8894e3ee3

Thanks! very clear.

I guess you could pass `client:` as a parameter, at least [Anthropic](https://github.com/alexrudall/anthropic) and [OpenAi](https://github.com/alexrudall/ruby-openai) clients from [@alexrudall](https://github.com/alexrudall) seem to have the same interface for completions