Tag: AI
All the articles with the tag "AI".
The Ollama Response Was Long Because of the Format, Not the Answer
I checked a set of notes on the Ollama API against the official docs. The cause of the too-long response was one parameter, but the notes changed three at once, so the credit got split three ways.
Reading the ML-Agents Install Docs: Python 3.10.12 Is a Ceiling, Not a Recommendation
Why ML-Agents installation is so particular, traced back to the toolkit being split in two. What Conda and the exact 3.10.12 are for, how the Unity and Python package versions pair up, and the two names for the inference layer.
Revisiting the DeepVoice AI Asset: It Isn't "Completely Standalone"
A review I clipped while looking for a TTS asset that runs locally — except its conclusion that the asset 'works completely standalone' isn't true, and four pieces of evidence against it were already in the review. Plus what actually does run locally.
Reading a Unity Gemini Client: What It Means to Put an API Key in the Client
asus4/google-gemini-unity is an unofficial client for calling the Gemini API from Unity. The install steps and the dependency chain, why the .env approach the README describes doesn't hold up in a shipped build, and what to use instead.