mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-28 04:04:31 +00:00
feat(model_dashboard.tsx): allow adding output cost per token on ui
This commit is contained in:
parent
b9ec7acb08
commit
0f12dd660d
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