cikode / app.py

Commit History

Update app.py to switch to a smaller Spanish-compatible model for improved performance. Introduce a new ECOMMERCE_INFO dictionary for predefined responses related to online sales, enhancing the answer function to prioritize these responses. Refine the Gradio interface title and description to better reflect the focus on ecommerce assistance.
9ebcaff

adride00 commited on

Refactor app.py to implement a Spanish language model for improved conversational responses. Update the answer function to format conversation history and enhance response generation with additional parameters. Modify Gradio interface description to reflect the new focus on online sales assistance. Update requirements.txt to include the latest Gradio version.
ee53991

adride00 commited on

Refactor app.py to integrate the DialoGPT model for generating conversational responses. Update the answer function to utilize message history and improve response coherence. Adjust the Gradio interface description to reflect the new functionality.
66038ba

adride00 commited on

Update app.py to improve the answer function with enhanced documentation and a more coherent response format. Adjust the Gradio interface description for consistency and set a default concurrency limit for the queue method to optimize performance.
45c4182

adride00 commited on

Update app.py to include a chatbot type in the Gradio interface and remove concurrency settings from the queue method. This enhances the chat experience while maintaining stability under load.
535ccc5

adride00 commited on

Enhance app.py by adding a detailed description to the Gradio chat interface and refining the answer function to accept message history. The updated implementation improves user interaction by providing context for questions related to automation and ecommerce.
3ba80aa

adride00 commited on

Refactor app.py to implement a simplified chat interface using a new answer function. Removed previous InferenceClient and related logic, replacing it with a basic response generation that includes the current date and a random reply. Updated the Gradio interface accordingly.
a6a6f04

adride00 commited on

Duplicate from gradio-templates/chatbot
86de0b2
verified

adride00 pngwn HF Staff commited on