Skip to content

Commit

Permalink
OpenAI
Browse files Browse the repository at this point in the history
  • Loading branch information
unix4you2 committed May 23, 2023
1 parent 2b24850 commit 63d1345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/comunes.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ function PCO_OpenAI_CODEX($Modelo,$Prompt,$MaximoTokens,$Temperatura,$TokenParad
$PCO_API_OpenAI=$PCO_RegistroAPI_OpenAI["api_openai"];
$PCO_URL_OpenAI=$PCO_RegistroAPI_OpenAI["url_openai"];
//Si encuentra un valor de API KEY sigue adelante
if ($PCO_API_OpenAIa!="")
if ($PCO_API_OpenAI!="")
{
if ($Prompt!="")
{
Expand Down

0 comments on commit 63d1345

Please sign in to comment.