mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
export fix
This commit is contained in:
parent
f69e33751e
commit
afd1412945
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ export const exportToPDF = (result: CostEstimateResponse): void => {
|
|||
|
||||
export const exportToCSV = (result: CostEstimateResponse): void => {
|
||||
const rows = [
|
||||
["LLM Cost Estimate Report"],
|
||||
["🚅 LiteLLM Cost Estimate Report"],
|
||||
[""],
|
||||
["Configuration"],
|
||||
["Model", result.model],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue