Skip to content

Commit

Permalink
Pequeñas mejoras al código.
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoRazorX committed May 28, 2024
1 parent 197fb3d commit a300270
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Core/Lib/OpenAi.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ class OpenAi
{
const AUDIO_SPEECH_URL = 'https://api.openai.com/v1/audio/speech';
const CHAT_URL = 'https://api.openai.com/v1/chat/completions';
const IMAGES_URL = 'https://api.openai.com/v1/images/generations';

const FILES_URL = 'https://api.openai.com/v1/files';

const IMAGES_URL = 'https://api.openai.com/v1/images/generations';
const THREADS_URL = 'https://api.openai.com/v1/threads';

const VECTOR_URL = 'https://api.openai.com/v1/vector_stores';

/** @var string */
Expand Down

0 comments on commit a300270

Please sign in to comment.