AIStudio API Key #24
-
|
I am trying to use AIStudio API key but it complains about the usage of "top_k" and "min_p". Many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Fix pushed in commit 77ac66e.
If you're on a local backend (Ollama, vLLM, etc.) and want top-k filtering, set it to your preferred value in the Setup tab. The UI now shows "(0 = disabled)" on both fields to make this clear. Pull the latest main to pick up the fix. |
Beta Was this translation helpful? Give feedback.
Fix pushed in commit 77ac66e.
top_kandmin_pare now only sent inextra_bodywhen set to a non-zero value. The default fortop_khas been changed from 20 to 0 (disabled), so out of the box Alexandria no longer sends these vendor-specific parameters.If you're on a local backend (Ollama, vLLM, etc.) and want top-k filtering, set it to your preferred value in the Setup tab. The UI now shows "(0 = disabled)" on both fields to make this clear.
Pull the latest main to pick up the fix.