Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Spaces:
Carbaz
/
career_conversation
Running

App Files Files Community
Fetching metadata from the HF Docker repository...
career_conversation / src
25.9 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 18 commits
Carbaz's picture
Carbaz
Refactor Assistant class initialization to include logging of profile and summary token lengths, and add history length logging in chat method.
b20636a about 1 month ago
  • __init__.py
    525 Bytes
    Refactor application structure: implement main entrypoint, initialize environment, and set up logging; add tools for user interaction and data handling 4 months ago
  • __main__.py
    794 Bytes
    Refactor parameter names for clarity: update 'cv_pdf' to 'profile_pdf' in main, Assistant, and get_interface functions 4 months ago
  • assistant.py
    4.06 kB
    Refactor Assistant class initialization to include logging of profile and summary token lengths, and add history length logging in chat method. about 1 month ago
  • interface.py
    2.39 kB
    Add footer disclaimer to chatbot interface and import Markdown component 4 months ago
  • prompts.py
    11.2 kB
    Enhance system prompt to include conversation context and user details for better follow-up about 1 month ago
  • tools.py
    6.95 kB
    Handle encoding retrieval error in num_tokens_from_string function and default to 'gpt-5' about 1 month ago