Commit History
refactor: Simplify model configuration by replacing dynamic GPU mapping with a static dictionary, and enhance bot response function to include a seed value for reproducibility in responses. 034dd7d
chore: Update GPU mapping for model launches by commenting out unused configurations and adjust GPU memory utilization to 0.3. Add additional dependencies to requirements.txt for enhanced functionality. 12a6f32
refactor: Update model GPU mapping to a list format for improved readability and adjust GPU memory utilization settings for better performance during model launches. 24170ac
fix: Update model launch message emoji for clarity and disable demo sharing option for improved privacy. 27d8743
feat: Expand GPU mapping for model launching and enhance logging output with emojis for better visibility. eb0d8aa
feat: Implement dynamic model launching with GPU mapping and update chatbot response handling to include thinking mode functionality. 6768a50
feat: Integrate GPU support for model inference by adding the @spaces.GPU decorator to enhance performance during processing. 329ef45
fix: Update chatbot configuration to specify message type for improved message handling in Model A and Model B outputs. bd7ae40
feat: Add new model options for inference and update requirements for OAuth support in Gradio. 365793d
feat: Introduce .gitignore and requirements.txt, rename bot_response to model_inference for clarity, and disable demo sharing option. 110e0e0
feat: Enable sharing option in demo launch for enhanced accessibility and collaboration. c5f04c0
elfsong commited on
refactor: Update model selection and local endpoint configuration for chatbot UI, adding support for multiple local endpoints and improving clarity in input handling. f0643ac
elfsong commited on
refactor: Simplify chatbot configuration by removing redundant parameters and consolidating feedback logging functionality. a236245
elfsong commited on
refactor: Clean up feedback logging code by removing unnecessary comments and ensuring consistent formatting. ff147bb
elfsong commited on
refactor: Change feedback logging from CSV to JSONL format for improved data handling and consistency. ce45729
elfsong commited on
feat: Enhance feedback logging by switching from CSV to JSONL format and adding support for user message liking in chatbot UI. 57cac61
elfsong commited on
feat: Implement feedback saving functionality with CSV logging and automatic syncing for user interactions in chatbots. ab76d2a
elfsong commited on
refactor: Update bot_response function to restore input box availability and clear content for improved user interaction. 6cd0f07
elfsong commited on
refactor: Enhance bot_response function by improving error handling, refining message construction, and ensuring consistent UI updates during streaming. 417d37b
elfsong commited on
refactor: Improve message handling in bot_response function by streamlining history updates and enhancing user interaction during streaming. 45e2ada
elfsong commited on
feat: Add support for local model endpoints and enhance bot_response function to handle local vs. remote inference clients. 1f1385b
elfsong commited on
refactor: Update UI labels and text for improved clarity and consistency across chatbot models 810081f
elfsong commited on
refactor: Enhance chatbot UI by updating comments, fixing clear logic, and ensuring message handling is consistent across models. fac1a49
elfsong commited on
refactor: Simplify bot_response function by improving message handling and UI updates for user interactions. 2b717f1
elfsong commited on
Update c5dc144
elfsong commited on
feat: Refactor chatbot functionality to support multiple models and improve user interaction with a new input system. 41ad8f7
elfsong commited on