rizerphe
rizerphe
Pull request added
same with scipy, numpy, pillow... No solution? I found that maybe the problem is because it downloads windows code, not c/python/android, but I'm not completely sure, and also I don't...
I'm currently working on fine-tuning my own models (codellama-7b with a simple qlora fine-tune performs surprisingly well) and writing an OpenAI-compatible server that'd support function calling; I'll give you an...
Thanks, everyone. This project should work with most open-source models that support function calls. I just implemented a prompter for my fine-tuning of codellama, and to integrate your chosen model,...
Thanks! I don't have any plans currently, as it's not something I can think of a way to benchmark this. Fine-tuning, prompt engineering and quantization all affect the results drastically,...
It should work with the tab key; that's what saminzadeh defined in [codemirror-extension-inline-suggestion](https://github.com/saminzadeh/codemirror-extension-inline-suggestion); I should have specified it in the documentation, sorry. The only reason I can think of for...
They are also implementing their functionality via a codemirror extension, so it is possible that there is a conflict in there somewhere, I'll look into it, thank you
Finally, looked a bit into it. Seems like the typewriter scroll plugin is triggering an extra view update every time you type anything, which, similar to moving your cursor, clears...
I definitely will be exploring this idea. It might take a bit of time, but expect it to be a feature in the near future. Thank you!
Reopening this because adding one provider just isn't enough