Skip to content

Commit 70cf3d0

Browse files
authored
155 game of life llm feedback (#157)
* Update index.html * Update seed value and improve prompt handling - Set default seed value to 42 for consistency - Enhance prompt instructions for clarity - Improve content extraction logic from text - Ensure generation number is displayed and incremented * Add state block styling and iteration labels - Introduce `.state-block` class for styling state displays - Add iteration labels above each state in the history - Ensure each state is wrapped in code blocks for clarity - Improve UI by grouping iteration labels with state blocks * Add missing line break for code clarity - Insert a line break for better readability - No functional changes made - Related to code formatting improvements
1 parent 5c1a589 commit 70cf3d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llm-feedback/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ <h2>History</h2>
354354
content: currentState
355355
}];
356356

357+
357358
const response = await fetch('https://text.pollinations.ai/', {
358359
method: 'POST',
359360
headers: {

0 commit comments

Comments
 (0)