You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder about all the exports, specially html5. Is it possible? Could you upload a test to itch.io? Thanks in advance. I have in my repo a “Ai Therapist” made in html5 and openai API, it would be interesting to use Godot with your repo for web.
The text was updated successfully, but these errors were encountered:
Hi @javideas, thank you for the interest in my project. Unfortunately the C# version of Godot (which this project uses) cannot export to HTML5.
There is a project that implements llama.cpp directly as an extension and allows you to run a local LLM without using C# called godot-llm. If you use that, you can make a project that exports to HTML5 (although I don't think it has a 3D example pre-built like mine). Perhaps one of the easiest ways to get that going would be to use the template provided in the Godot Asset Library.
I wonder about all the exports, specially html5. Is it possible? Could you upload a test to itch.io? Thanks in advance. I have in my repo a “Ai Therapist” made in html5 and openai API, it would be interesting to use Godot with your repo for web.
The text was updated successfully, but these errors were encountered: