223
edits
(→model) |
|||
Line 13: | Line 13: | ||
<pre> | <pre> | ||
model: "gpt-3.5-turbo-16k-0613" | model: "gpt-3.5-turbo-16k-0613" | ||
</ | </pre> | ||
In the example above, the '''gpt-3.5-turbo''' is the name of the model. The '''16k''' is the [[context length]] in [[tokens]]. The '''0613''' is the date when the model [[snapshot]] is taken, which is June 13th. | In the example above, the '''gpt-3.5-turbo''' is the name of the model. The '''16k''' is the [[context length]] in [[tokens]]. The '''0613''' is the date when the model [[snapshot]] is taken, which is June 13th. | ||
'''Model Names | '''Model Names and Context Window in # of Tokens''' | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- |
edits