reverting a test mod wrongly commited
This commit is contained in:
parent
96983ecba6
commit
acb1dd8629
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue