Skip to content

Commit

Permalink
change the name of the AI model
Browse files Browse the repository at this point in the history
  • Loading branch information
Turskyi committed Dec 9, 2023
1 parent a068934 commit f010b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composeApp/src/commonMain/kotlin/modules/home/HomeView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ fun HomeView() {
color = Color(0xFF7669ff)
)
Text(
text = "powered by GPT-3",
text = "powered by GPT-3.5",
modifier = Modifier.padding(10.dp),
textAlign = TextAlign.Center,
style = MaterialTheme.typography.h6
Expand Down

0 comments on commit f010b8d

Please sign in to comment.