Skip to content

Commit

Permalink
Update Methodology.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
juberti authored Oct 30, 2024
1 parent 3b48f13 commit b740698
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/src/components/Methodology.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ import Section from "./Section.astro";
made and stops when the first token is received in the response stream.
</p>
<p class="py-2">
<b>Max Tokens: </b>The number of output tokens is set to 20 (~100 chars),
<b>Input Tokens: </b>The number of input tokens differs based on what media is
supplied. For text inputs, the input is approximately 1000 tokens.
</p>
<p class="py-2">
<b>Output Tokens: </b>The number of output tokens is set to 20 (~100 chars),
the length of a typical conversational sentence.
</p>
<p class="py-2">
Expand Down

0 comments on commit b740698

Please sign in to comment.