Commit d0c0d2c
llm feedback: model selector (#93)
* Simplify LLM feedback code while maintaining core functionality
- Streamlined UI with cleaner layout and better visual hierarchy
- Reduced CSS by 70% using a simpler container-based approach
- Simplified JavaScript from ~400 lines to ~130 lines
- Improved state management and evolution logic
- Maintained all core functionality including art generation, preview, and history
Closes #91
Mentat precommits passed. Log: https://mentat.ai/log/ccb24099-4857-47b7-b5d7-d856a21c9041
* Update .gitignore with additional common patterns
Added patterns for:
- Yarn PnP files
- Additional build output directory (out/)
- General debug logs
- OS-specific files (DS_Store, Thumbs.db)
Mentat precommits passed. Log: https://mentat.ai/log/75248827-ef9b-4de6-9167-557d758749fb
* Make .gitignore more comprehensive for all app types
- Removed wildcard prefixes to work recursively at any depth
- Added patterns for various build tools and frameworks
- Added web-specific patterns for compiled assets
- Added testing and temporary file patterns
- Improved organization and categorization
Mentat precommits passed. Log: https://mentat.ai/log/9478638d-b20e-4b73-a8ec-7dc7c7cfd202
* Update .gitignore to better handle subfolder apps
- Added `**/` prefix to match files at any directory depth
- Added patterns for Yarn 2+ cache files
- Included vanilla HTML/JS specific patterns
- Added more build output and test directories
- Improved handling of OS-specific files at all levels
Mentat precommits passed. Log: https://mentat.ai/log/4786f47d-56c8-44b6-bb53-1e2e7696062a
* Revert "Make .gitignore more comprehensive for all app types"
This reverts commit a424654.
* enhance visual poetry UI and generation
enhance visual poetry UI and generation
- Update presets to focus on visual poetry styles (Apollinaire, Mallarmé, etc)
- Improve monospace text display with better styling and dimensions
- Add seed parameter for reproducible generations
- Remove separate current art window in favor of preview
- Enhance generation logic with better state management
- Improve error handling and logging
* Tweaks more prompts
* add model selector
---------
Co-authored-by: MentatBot <160964065+MentatBot@users.noreply.github.com>1 parent fbd48ea commit d0c0d2c
1 file changed
+33
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| |||
74 | 82 | | |
75 | 83 | | |
76 | 84 | | |
| 85 | + | |
77 | 86 | | |
78 | 87 | | |
79 | 88 | | |
| |||
87 | 96 | | |
88 | 97 | | |
89 | 98 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 99 | + | |
| 100 | + | |
94 | 101 | | |
95 | 102 | | |
96 | 103 | | |
97 | 104 | | |
98 | 105 | | |
99 | 106 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
104 | 111 | | |
105 | 112 | | |
106 | 113 | | |
| |||
172 | 179 | | |
173 | 180 | | |
174 | 181 | | |
175 | | - | |
| 182 | + | |
| 183 | + | |
176 | 184 | | |
177 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
178 | 201 | | |
179 | 202 | | |
180 | 203 | | |
| |||
229 | 252 | | |
230 | 253 | | |
231 | 254 | | |
232 | | - | |
| 255 | + | |
233 | 256 | | |
234 | 257 | | |
235 | 258 | | |
| |||
0 commit comments