From acb1dd8629a3b20067fe9b24cec48cd6d58abb6a Mon Sep 17 00:00:00 2001 From: mic Date: Fri, 26 Jul 2024 22:28:49 +0200 Subject: [PATCH] reverting a test mod wrongly commited --- js/api/openai.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/api/openai.js b/js/api/openai.js index d624349d..708a47e8 100644 --- a/js/api/openai.js +++ b/js/api/openai.js @@ -31,7 +31,7 @@ export class OpenAI { fetchModels = async () => { - const response = await fetch("https://api.openai.com/v1/mod3els", { + const response = await fetch("https://api.openai.com/v1/models", { method: "GET", headers: { "Content-Type": "application/json",