Smart_Confidant / app.py

Commit History

cs3
24ed9c5

heffnt commited on

Add initial project structure and configuration files
a44add2

heffnt commited on

Add resource logging functionality in app.py
3453dc9

heffnt commited on

Refactor ChatInterface in app.py to use an accordion for additional settings, improving organization and readability of input fields.
58d6f74

heffnt commited on

Update default model selection in app.py to the first option in the Gradio interface.
5c3b4eb

heffnt commited on

Revert to chatInterface
e872704

heffnt commited on

Refactor message handling in app.py by introducing a dedicated function for message submission and reorganizing advanced settings in an accordion layout. Remove unused local model and update default model selection.
7c95717

heffnt commited on

Update app.py to change local model selection and refine default system message formatting. Simplify layout by removing unnecessary row wrappers in Gradio interface and add advanced settings accordion for ChatInterface.
1a4c576

heffnt commited on

Refactor chatbot implementation in app.py to use a custom chatbot with avatar images and add monster_icon.png asset.
0c6cc3d

heffnt commited on

Add title to app.py and update header styling in Gradio interface
c0b3a22

heffnt commited on

Update app.py to set default model selection to the third option and enhance Discord notification workflow to handle multiple event types.
fed5a65

heffnt commited on

Enhance error handling in app.py for background image loading and update Discord notification message format.
4b38e3a

heffnt commited on

Update app.py to change main container background color from transparent to #2a2a2a.
7d8aa3e

heffnt commited on

Add base64 encoding for background image in app.py and update CSS for dynamic background styling.
1dc1bd1

heffnt commited on

Update app.py to add background styling with confidant_pattern.png and change main container background to transparent.
e2600a4

heffnt commited on

Remove avatar images from app.py; update Discord notification to include commit message in the notification payload.
273d533

heffnt commited on

Add avatar images and static paths in app.py; include new image assets for user and assistant avatars in the chatbot interface.
625889a

heffnt commited on

Refactor model selection in app.py; replace single model variables with lists for local and API models, and update the model selection mechanism in the chatbot interface.
78f4f84

heffnt commited on

Swap local and API models in app.py; set LOCAL_MODEL to 'jakeboggs/MTG-Llama' and API_MODEL to 'openai/gpt-oss-20b'.
109a454

heffnt commited on

Update API model and system message in app.py; change model to 'jakeboggs/MTG-Llama' and refine system prompt for clarity.
e579805

heffnt commited on

Refactor CSS styling in app.py for collapsability and add model config
e301d09

heffnt commited on

update system prompt
235f350

heffnt commited on

Importing files from HF Spaces
9780e52

sdkrastev commited on