Skip to content

Instantly share code, notes, and snippets.

View wolffness's full-sized avatar
🎯
Focusing

Leonardo Wolff wolffness

🎯
Focusing
  • University of Coimbra
  • Europe
View GitHub Profile
const SECRET_KEY = ENTER YOUR SECRET KEY HERE;
const MAX_TOKENS = 200;
// For more cool AI snippets and demos, follow me on Twitter: https://twitter.com/_abi_
/**
* Completes your prompt with GPT-3
*
* @param {string} prompt Prompt
* @param {number} temperature (Optional) Temperature. 1 is super creative while 0 is very exact and precise. Defaults to 0.4.