GPT API: Difference between revisions

129 bytes added ,  15 July 2023
no edit summary
No edit summary
Line 11: Line 11:
The value for the model field can have up to 3 components:
The value for the model field can have up to 3 components:


One component:
<pre>
model: "gpt-3.5-turbo"
</pre>
Two components:
<pre>
model: "gpt-3.5-turbo-16k"
</pre>
Three components:
<pre>
<pre>
  model: "gpt-3.5-turbo-16k-0613"
  model: "gpt-3.5-turbo-16k-0613"
223

edits