forked from phoenix/litellm-mirror
feat(model_dashboard.tsx): allow adding output cost per token on ui
This commit is contained in:
parent
5a16bec6a1
commit
dc8239ecc6
11 changed files with 19 additions and 9 deletions
|
@ -342,6 +342,16 @@ const ModelDashboard: React.FC<ModelDashboardProps> = ({
|
|||
|
||||
</Form.Item>
|
||||
|
||||
<Form.Item
|
||||
label="output_cost_per_token"
|
||||
name="output_cost_per_token"
|
||||
tooltip="float (optional) - Output cost per token"
|
||||
>
|
||||
<InputNumber min={0} step={0.0001} />
|
||||
|
||||
</Form.Item>
|
||||
|
||||
|
||||
<Form.Item
|
||||
label="model_id"
|
||||
name="model_id"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue