eadadi

Results 11 comments of eadadi

It haven't seen that thread before, but actually, I had "endpoint_ur;" : "https://api.openai.com/v1/completions" which I changed by myself to "endpoint_url" : "https://api.openai.com/v1/chat/completions" As I have seen that works for vim_ai_chat_default,...

It's the one they released recently, but gpt-4-turbo does not work for me as well

Yes I do, use vim-ai a lot- just wanted to upgrade to the new model.

Interesting, I have seen that the 3.5-turbo-instruction called so (...-instruction) only for legacy reason, and it is not truly optimized for instruction, so seemingly we could profit from adjusting to...

Hi, I would like to ask for more details regarding where we stand on in this situation. 1. Currently, GPU speeds for adding single timesteps is bad? can we point...

the following linter test is incorrect. nameclass is uppercase ``` flashbax/buffers/mixer.py:22:2: N813 camelcase 'Partial' imported as lowercase 'partial' flashbax/buffers/prioritised_trajectory_buffer.py:27:2: N813 camelcase 'Partial' imported as lowercase 'partial' flashbax/buffers/trajectory_buffer.py:25:2: N813 camelcase 'Partial'...

is it going to be merged/checked/anything?

Ok, I have modified the tests to reflect the change. In addition, I separated the modify to - modify comand [M] and modify and run command [R]. It is better...