Gemini exposes its OpenAI-compatible endpoint at https://generativelanguage.googleapis.com/v1beta/openai. Google's own docs (https://ai.google.dev/gemini-api/docs/openai) list the supported parameters and inherit OpenAI's 4-entry stop cap. Without an explicit `stop_max=4` on the registry the default 16 leaks through and the upstream silently drops the overflow. Add the backend registry entry, mirror it in the frontend `PROVIDER_STOP_MAX` map, and pin the cap with a focused unit test. |
||
|---|---|---|
| .. | ||
| backend | ||
| frontend | ||
| src-tauri | ||
| __init__.py | ||
| install_llama_prebuilt.py | ||
| install_python_stack.py | ||
| LICENSE.AGPL-3.0 | ||
| package-lock.json | ||
| package.json | ||
| setup.bat | ||
| setup.ps1 | ||
| setup.sh | ||
| Unsloth_Studio_Colab.ipynb | ||