reverting a test mod wrongly commited

This commit is contained in:
mic 2024-07-26 22:28:49 +02:00
parent 96983ecba6
commit acb1dd8629

View file

@ -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",