From 0e721be8dd0c37f47c0e0fcad63c4019aabdc6ba Mon Sep 17 00:00:00 2001 From: Vulcan-Coder <47757796+Vulcan-Coder@users.noreply.github.com> Date: Sun, 14 Jan 2024 11:27:26 +0000 Subject: [PATCH] Update models.ts (#2374) Fixed the space at the start of the UUID --- apps/www/app/examples/playground/data/models.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/app/examples/playground/data/models.ts b/apps/www/app/examples/playground/data/models.ts index 93301e081e..1f21d967a4 100644 --- a/apps/www/app/examples/playground/data/models.ts +++ b/apps/www/app/examples/playground/data/models.ts @@ -36,7 +36,7 @@ export const models: Model[] = [ 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.",