Tibor Schmidt

Results 70 comments of Tibor Schmidt

@pgzzdiab Hey, currently it sends only the code which you explicitly choose (selection/range or the stuff you put in using `:GpContext`). In the future I'd like to add commands using...

@piersolenski Hey, sorry for late response. Would this help? Putting some alphanumeric prefix in the name. ![image](https://github.com/user-attachments/assets/817a6e84-e70f-4ba1-9939-001d11cff211) Also, are you using `:GpChatFinder` (ideally via shortcut)?

@mecattaf I was just working on it this evening ( #166 ) but if you're willing to help, I'm sure we can find something. What is your current biggest pain...

Just to backup some of my thoughts concerning whisper. TLDR: The cross platform audio world sucks. SoX is the only cross platform candidate usable for recording, but unknown amount of...

@mecattaf I don't think there is a need to separate it, I've added GpWhisper exactly because voice control/dictation is important for me too. Concerning the splitting mechanism - SoX itself...

@mecattaf Gp uses rudimentary threshold detection already. Reading RMS level ("average loudness" for example -10dB) and multiplying it by some constant => RMS*1.75 = -17.5 dB and everything below that...

@mecattaf sorry I haven't got around to it yet, spend last two week(s/ends) cleaning up the code base and squashing some bug reports.

@teocns Hey, I'll have to look into Assistant API in detail, but from what I've seen so far I certainly see the benefits. Tool use, working with non textual files...

@teocns well after the first GPT response in the chat buffer, there is a check if the chat Title is unset (`# topic: ?`) and if so makes a second...

@teocns less dependencies means less breaking points outside of your control, so personally I would go with Plain HTTP API (within reason, depends on amount of complexity hidden by SDK,...