Commit History

Refactor Assistant class initialization to include logging of profile and summary token lengths, and add history length logging in chat method.
b20636a

Carbaz commited on

Handle encoding retrieval error in num_tokens_from_string function and default to 'gpt-5'
d47321a

Carbaz commited on

Add num_tokens_from_string function to calculate token count for a given string
80e6475

Carbaz commited on

Enhance system prompt to include conversation context and user details for better follow-up
abccb07

Carbaz commited on

Update CHAT_MODEL version to 5.4-mini and add logging for tool call count
cefed0b

Carbaz commited on

Add footer disclaimer to chatbot interface and import Markdown component
64b4fcd

Carbaz commited on

Refactor parameter names for clarity: update 'cv_pdf' to 'profile_pdf' in main, Assistant, and get_interface functions
36f9f0f

Carbaz commited on

Target markdown summary.
7662760

Carbaz commited on

Add footer links to Gradio app launch to avoid infinite growth bug.
fc9c55f

Carbaz commited on

Reverting max_height to height parameter.
b5dc5de

Carbaz commited on

Reverting to 6.8.0 due to bugged heigh filling for interface.
6737905

Carbaz commited on

WIP Fix chatbot weird infinite growth on HF space.
015849f

Carbaz commited on

WIP Fix chatbot weird infinite growth on HF space.
9f8d9e3

Carbaz commited on

WIP Fix chatbot weird infinite growth on HF space.
73679cd

Carbaz commited on

Remove footer links on app launch for improved user interface
98d84e2

Carbaz commited on

Update default CHAT_MODEL to gpt-5-mini in README.md and assistant.py
90a7d97

Carbaz commited on

Disable autofocus in ChatInterface for improved user experience
dd3db89

Carbaz commited on

Refactor application structure: implement main entrypoint, initialize environment, and set up logging; add tools for user interaction and data handling
b594867

Carbaz commited on