TODAM-tw / todam-ticket-system

The frontend with gradio and combined with the API endpoints for the ticket system.
Apache License 2.0
0 stars 0 forks source link

[Enhancement] Integrating Backend Content with Cost of Model Calculation #33

Closed 1chooo closed 4 months ago

1chooo commented 4 months ago

The section on the screen currently calculating the Cost of Model can be connected to the return value of get_summarized_ticket_content(). This way, we can display all the content returned from the Backend on the screen.

https://github.com/TODAM-tw/todam-ticket-system/blob/b747ef3caf09491aec610740f52e06c6a3e752f1/app/views/dashboard.py#L93-L104