Skip to content

Commit 1ed0d07

Browse files
Postrelease Hotfixes (#89)
* perf: rename o model series to reasoning model * Submodule update --------- Co-authored-by: JWittmeyer <[email protected]>
1 parent 40c3cfa commit 1ed0d07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/projects/projectId/attributes/attributeId/LLM/models/OpenAIoSeriesSwitch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function OpenAIoSeriesSwitch(props: OpenAIoSeriesSwitchProps) {
99
<Switch.Group as="div" className="flex items-center justify-between">
1010
<span className="flex flex-row gap-x-1 items-center">
1111
<Switch.Description as="span" className="text-sm font-medium text-gray-700 mr-2">
12-
o model series
12+
Reasoning model
1313
</Switch.Description>
1414

1515
</span>

0 commit comments

Comments
 (0)