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 Jun 5
Handle encoding retrieval error in num_tokens_from_string function and default to 'gpt-5' d47321a Carbaz commited on Jun 5
Add num_tokens_from_string function to calculate token count for a given string 80e6475 Carbaz commited on Jun 5
Enhance system prompt to include conversation context and user details for better follow-up abccb07 Carbaz commited on Jun 5
Update CHAT_MODEL version to 5.4-mini and add logging for tool call count cefed0b Carbaz commited on Jun 5
Add footer disclaimer to chatbot interface and import Markdown component 64b4fcd Carbaz commited on Mar 15
Refactor parameter names for clarity: update 'cv_pdf' to 'profile_pdf' in main, Assistant, and get_interface functions 36f9f0f Carbaz commited on Mar 14
Add footer links to Gradio app launch to avoid infinite growth bug. fc9c55f Carbaz commited on Mar 11
Update default CHAT_MODEL to gpt-5-mini in README.md and assistant.py 90a7d97 Carbaz commited on Mar 6
Refactor application structure: implement main entrypoint, initialize environment, and set up logging; add tools for user interaction and data handling b594867 Carbaz commited on Mar 4