Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
runas24 authored Apr 20, 2024
1 parent 19946b4 commit 321ac8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>GPT API Example</h1>
const inputText = document.getElementById('inputText').value;

// Замените 'YOUR_API_KEY' на ваш реальный ключ API
const apiKey = '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';
const apiKey = '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';

// URL для отправки запроса к API GPT
const apiUrl = 'https://api.openai.com/v1/completions';
Expand Down

0 comments on commit 321ac8f

Please sign in to comment.