Skip to content

Commit

Permalink
Update models.ts
Browse files Browse the repository at this point in the history
Fixed the space at the start of the UUID
  • Loading branch information
go-delicious authored Jan 11, 2024
1 parent 8f3b28f commit 2651b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/app/examples/playground/data/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const models: Model<ModelType>[] = [
strengths: "Moderate classification, semantic search",
},
{
id: " be638fb1-973b-4471-a49c-290325085802",
id: "be638fb1-973b-4471-a49c-290325085802",
name: "text-ada-001",
description:
"Capable of very simple tasks, usually the fastest model in the GPT-3 series, and lowest cost.",
Expand Down

0 comments on commit 2651b27

Please sign in to comment.