mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix entering cache control points
This commit is contained in:
parent
7649566034
commit
94c3de90bb
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ const CacheControlSettings: React.FC<CacheControlSettingsProps> = ({
|
||||||
<NumericalInput
|
<NumericalInput
|
||||||
type="number"
|
type="number"
|
||||||
placeholder="Optional"
|
placeholder="Optional"
|
||||||
|
step={1}
|
||||||
|
min={0}
|
||||||
onChange={() => {
|
onChange={() => {
|
||||||
const values = form.getFieldValue('cache_control_points');
|
const values = form.getFieldValue('cache_control_points');
|
||||||
updateCacheControlPoints(values);
|
updateCacheControlPoints(values);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue