mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +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
|
||||
type="number"
|
||||
placeholder="Optional"
|
||||
step={1}
|
||||
min={0}
|
||||
onChange={() => {
|
||||
const values = form.getFieldValue('cache_control_points');
|
||||
updateCacheControlPoints(values);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue