export fix

This commit is contained in:
Ishaan Jaffer 2026-01-05 20:19:23 +05:30
parent f69e33751e
commit afd1412945

View file

@ -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],