Skip to content

Instantly share code, notes, and snippets.

View xaif's full-sized avatar
:electron:

Xaif xaif

:electron:
View GitHub Profile
Meeting Title: Meeting Notes || Schbang Design Team!!!
Date: Jan 9
Transcript:
Speaker A: बोर्ड वो मेरा फोटी.
Speaker B: से निकल जाता है तो कम कर.
Speaker C: Im just recording the so that i can transcriber it.
Speaker A: Credit foto pre credit है पर.
Speaker D: क्वालिटी इमेजेज जिस काफी रेडी विडियो का भी सॉल्यूशन काफी अच्छा है सो अभी फिलहाल प्रॉब्लम भी नही बोल सकता लेकिन अपने को और आगे कॉंसेप्ट्स जो है और आइडिशनमोसममेज्यादा फोकस रना चाहिए क्यूंकि आपके पास है.
#!/bin/bash
TEXT_RESET='\e[0m'
TEXT_YELLOW='\e[0;33m'
TEXT_RED_B='\e[1;31m'
sudo apt update
echo -e $TEXT_YELLOW
echo 'APT update finished...'
echo -e $TEXT_RESET
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>n8n Chat Widget</title>
<!-- n8n Chat Styles -->
<link href="https://cdn.jsdelivr.net/npm/@n8n/chat/dist/style.css" rel="stylesheet" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>n8n Chat Widget</title>
<!-- n8n Chat Styles -->
<link href="https://cdn.jsdelivr.net/npm/@n8n/chat/dist/style.css" rel="stylesheet" />
/**
* Calls the OpenRouter API to perform an action based on an instruction and optional cell range.
* Uses the Chat Completions endpoint with a default model (e.g., "anthropic/claude-sonnet-4").
*
* @param {string} instruction The prompt or instruction for the AI.
* @param {string|Array<Array<string>>} [range] Optional. A cell range (e.g., A2:C2) or an array of values.
* @param {string} [model] Optional. Override the default model (e.g., "openai/gpt-4o-mini", "anthropic/claude-4-sonnet").
* @return The text generated by the OpenRouter API.
* @customfunction
*/
#!/bin/bash
TEXT_RESET='\e[0m'
TEXT_YELLOW='\e[0;33m'
TEXT_RED_B='\e[1;31m'
sudo apt update
echo -e $TEXT_YELLOW
echo 'APT update finished...'
echo -e $TEXT_RESET
# Meeting Transcript - BookMyShow Live Podcast Production Discussion
**Date:** July 25, 2025
**Time:** 10:00 AM - 11:30 AM IST
**Platform:** Microsoft Teams
**Recording ID:** BMS_SCH_2025_07_25_100045
---
**Participants:**
/**
* Calls the OpenAI API to perform an action based on an instruction and optional cell range.
* Uses the Chat Completions endpoint with the latest available GPT-4 class model by default.
*
* @param {string} instruction The prompt or instruction for the AI.
* @param {string|Array<Array<string>>} [range] Optional. A cell range (e.g., A2:C2) or an array of values.
* @param {string} [model] Optional. Override the default OpenAI model (e.g., "gpt-4-turbo", "gpt-3.5-turbo").
* @return The text generated by the OpenAI API.
* @customfunction
*/
# Meeting Transcript - Britannia Durga Puja Campaign Discussion
**Date:** July 12, 2025
**Time:** 2:30 PM - 3:45 PM IST
**Platform:** Google Meet
**Recording ID:** GMT_2025_07_12_143022
---
**Participants:**
/**
* Calls the OpenAI API to perform an action based on an instruction and optional cell range.
* Uses the Chat Completions endpoint with the latest available GPT-4 class model by default.
*
* @param {string} instruction The prompt or instruction for the AI.
* @param {string|Array<Array<string>>} [range] Optional. A cell range (e.g., A2:C2) or an array of values.
* @param {string} [model] Optional. Override the default OpenAI model (e.g., "gpt-4-turbo", "gpt-3.5-turbo").
* @return The text generated by the OpenAI API.
* @customfunction
*/