-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Made V-lang bindings with help of DeepSeek #41
Comments
Thanks. Since |
So you don't need C# and VB.NET bindings which i already made? I'm sorry for being stupid. |
Ok. I will close this issue and will not post any other bindings. However, if someone needs them, c# and vb.net bindings are attached to this message. Bye. |
Thanks a lot. I have added a link in the doc: https://github.com/foldl/chatllm.cpp/blob/master/docs/binding.md |
I used DeepSeek (https://chat.deepseek.com/) to make V-lang bindings for chatllm.cpp:
Zip archive contains of main.v, libchatllm.h, libchatllm.lib (made using polib tool from Pelles C compiler suite) V-lang bindings for chatllm.cpp.zip
V-lang can be downloaded from here: https://github.com/vlang/v/releases/download/weekly.2024.46/v_windows.zip Compilation instruction via .bat file: v.exe main.v
The text was updated successfully, but these errors were encountered: