Codex P1: the runtime store added frequencyPenalty, seed, stop, serviceTier, parallelToolCalls but the save/load path went through sanitizeInferenceParams, which only whitelisted the older numeric set plus systemPrompt / trustRemoteCode. The new keys were silently stripped on save and dropped on reload. Extend the whitelist: - frequencyPenalty added to the numeric finite-number set. - seed: integer or explicit null (null = "no seed field on the wire"). - stop: string array, capped at 4 entries per OpenAI's limit. - serviceTier: nullable enum (auto/default/flex/priority/scale). - parallelToolCalls: boolean. |
||
|---|---|---|
| .. | ||
| 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 | ||