Skip to content

Commit 4c022da

Browse files
fix(poc3): improve the order of the blocks in the algorithm explanation
1 parent 8e130b7 commit 4c022da

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

app/poc3.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@ <h2 class="title is-3">Automated review ✨</h2>
150150
</a>
151151
</p>
152152
<div class="box content" v-if="isAlgorithmExplained">
153-
<p>Penalty (£{{penalty}}) = Weekly wage (£{{selectedCase?.weeklyWage}}) * Bucket ratio ({{bucket.ratio}})</p>
154-
<p>The bucket is determined by the total effect.</p>
155-
<p>The <strong>Total effect</strong> ({{totalScore}}) is the sum of the effect for each answer in the above questionnaire.</p>
153+
<p>Penalty (£{{penalty}}) = Weekly wage (£{{selectedCase?.weeklyWage}}) * <strong>Bucket ratio</strong> ({{bucket.ratio}})</p>
156154
<table class="table buckets">
157155
<thead>
158156
<tr>
@@ -169,13 +167,9 @@ <h2 class="title is-3">Automated review ✨</h2>
169167
</tr>
170168
</tbody>
171169
</table>
172-
<p>
173-
The answers (yes, no, undetermined and rationales) were generated by a large language model (LLM)
174-
(<a :href="`https://www.ollama.com/library/${this.model.replace(/:.*/, '')}`" target="_blank">{{this.model}}</a>).
175-
</p>
176-
<p>
177-
"yes" answers have the following numeric effect on the total:
178-
</p>
170+
<p>The bucket is determined by the Total effect.</p>
171+
<p>The <strong>Total effect</strong> ({{totalScore}}) is the sum of the effect for each answer in the above questionnaire
172+
where "yes" answers have the following numeric effect on the total:</p>
179173
<table class="table buckets">
180174
<thead>
181175
<tr>
@@ -200,6 +194,10 @@ <h2 class="title is-3">Automated review ✨</h2>
200194
</tr>
201195
</tbody>
202196
</table>
197+
<p>
198+
The answers (yes, no, undetermined and rationales) were generated by a large language model (LLM)
199+
(<a :href="`https://www.ollama.com/library/${this.model.replace(/:.*/, '')}`" target="_blank">{{this.model}}</a>).
200+
</p>
203201
</div>
204202
</template>
205203
</div>

0 commit comments

Comments
 (0)