CineAI commited on
Commit
1c34a02
1 Parent(s): e238a57

Update utils/documentation.py

Browse files
Files changed (1) hide show
  1. utils/documentation.py +8 -8
utils/documentation.py CHANGED
@@ -49,10 +49,10 @@ html_content = """
49
  <h1>Chelsea Voice Assistant</h1>
50
  <p>Welcome! I'm <strong>Chelsea</strong>, your AI voice assistant. My mission is to help you handle routine tasks, analyze and generate images, and assess libertarian ideology. Let's make life simpler and smarter together!</p>
51
  <h2>List of Commands</h2>
52
- <h3>Libertarian Ideology Assessment</h3>
53
- <p><strong>Command:</strong> <code>Long live liberty. &lt;Your statement&gt;</code></p>
54
- <p>Evaluate how closely a statement aligns with libertarian principles.</p>
55
- <div class="example">Example: Long live liberty. Taxes are theft.</div>
56
 
57
  <h3>Image Analysis and Generation</h3>
58
  <p><strong>Command:</strong> <code>Show me your image. &lt;Task or description&gt;</code></p>
@@ -65,10 +65,10 @@ html_content = """
65
  <p>Support the Chelsea project with Dogecoin contributions.</p>
66
  <div class="example">Example: Pay the Ghost</div>
67
 
68
- <h3>Image Creation Using the Flux Model</h3>
69
- <p><strong>Command:</strong> <code>All we need is Flux. &lt;Prompt for generating image&gt;</code></p>
70
- <p>Generate creative images with prompts using the Flux model.</p>
71
- <div class="example">Example: All we need is Flux. Create a vibrant sunset over a futuristic cityscape.</div>
72
  </div>
73
  </body>
74
  </html>
 
49
  <h1>Chelsea Voice Assistant</h1>
50
  <p>Welcome! I'm <strong>Chelsea</strong>, your AI voice assistant. My mission is to help you handle routine tasks, analyze and generate images, and assess libertarian ideology. Let's make life simpler and smarter together!</p>
51
  <h2>List of Commands</h2>
52
+ # <h3>Libertarian Ideology Assessment</h3>
53
+ # <p><strong>Command:</strong> <code>Long live liberty. &lt;Your statement&gt;</code></p>
54
+ # <p>Evaluate how closely a statement aligns with libertarian principles.</p>
55
+ # <div class="example">Example: Long live liberty. Taxes are theft.</div>
56
 
57
  <h3>Image Analysis and Generation</h3>
58
  <p><strong>Command:</strong> <code>Show me your image. &lt;Task or description&gt;</code></p>
 
65
  <p>Support the Chelsea project with Dogecoin contributions.</p>
66
  <div class="example">Example: Pay the Ghost</div>
67
 
68
+ # <h3>Image Creation Using the Flux Model</h3>
69
+ # <p><strong>Command:</strong> <code>All we need is Flux. &lt;Prompt for generating image&gt;</code></p>
70
+ # <p>Generate creative images with prompts using the Flux model.</p>
71
+ # <div class="example">Example: All we need is Flux. Create a vibrant sunset over a futuristic cityscape.</div>
72
  </div>
73
  </body>
74
  </html>