Skip to content

Instantly share code, notes, and snippets.

View jeanarjean's full-sized avatar

Jean-Raphaël Poulin Arguin jeanarjean

View GitHub Profile
@jeanarjean
jeanarjean / lead_scoring.js
Last active May 14, 2025 15:30
Frugal GPT for Sheet
function GPT(Input) {
const GPT_API = "OPEN_AI_KEY"; // Replace with your actual API key
const BASE_URL = "https://api.openai.com/v1/chat/completions";
const headers = {
"Content-Type": "application/json",
"Authorization": `Bearer ${GPT_API}`
};
const options = {

Keybase proof

I hereby claim:

  • I am jeanarjean on github.
  • I am arguin (https://keybase.io/arguin) on keybase.
  • I have a public key ASC5KwlMJOvDBrjsVly9ORkjyqjDVxx8D64_LUS5Q4TzOAo

To claim this, I am signing this object: