41.7K subscribers
5.53K photos
232 videos
5 files
917 links
🤖 Welcome to the ChatGPT telegram channel! Here, we post the latest news, updates, and examples of using the ChatGPT large language model for generating human-like text in conversations. Subscribe to stay up-to-date and learn more about its capabilities.
Download Telegram
Code Explanation - ChatGPT Cheat Sheet

explain this python code:
from deepsparse import Pipeline
qa_pipeline = Pipeline.create(task="question-answering")
inference = qa_pipeline(question="What's my name?", context="My name is Snorlax")
>> {'score': 0.9947717785835266, 'start': 11, 'end': 18, 'answer': 'Snorlax'}
👍2
Docstrings Generation - ChatGPT Cheat Sheet

write a docstring description for this function:
import requests
def make_get_request(url):
response = requests.get(url)
return response.status_code, response.text
make_get_request('https://www.example.com')
👍1
Programming Language Conversion - ChatGPT Cheat Sheet

convert this code from Python to Javascript: print("hello world")
👍1
Data Object Conversions (JSON, XML, CSV etc.) - ChatGPT Cheat Sheet

convert this JSON object into XML:
{"Name":{"0":"John Smith","1":"Jane Doe","2":"Bob Johnson","3":"Samantha Williams"},"Age":{"0":32,"1":28,"2":45,"3":40},"Gender":{"0":"Male","1":"Female","2":"Male","3":"Female"},"O ccupation":{"0":"Software Developer","1":"Data Analyst","2":"Project Manager","3":"Marketing Director"}}
👍1
Knowledge Graph Generation - ChatGPT Cheat Sheet

convert this text into nodes and edges: Babe Ruth joined the New York Yankees in 1920. The Boston Red Sox sold his contract to the Yankees. He played for the Yankees from 1920 to 1934, and during that time he established himself as one of the greatest players in baseball history.
👍4
HTML to Text (Web Scraping) - ChatGPT Cheat Sheet

convert this HTML to text:
<h1 class="heading1" id="neural-magic-platform-documentation">Neural Magic Platform Documentation</h1>
👍2
Lists - ChatGPT Cheat Sheet

give me a list of 5 citrus fruits
👍2
Numbered Lists - ChatGPT Cheat Sheet

give me a numbered list of 5 citrus fruits
👍2
Headings and Subheadings - ChatGPT Cheat Sheet

convert this text into headings and subheadings: Babe Ruth joined the New York Yankees in 1920. The Boston Red Sox sold his contract to the Yankees. He played for the Yankees from 1920 to 1934, and during that time he established himself as one of the greatest players in baseball history.
👍1
Tables - ChatGPT Cheat Sheet

create a table from this list: Oranges, Lemons, Limes, Grapefruit, Tangerines
👍1
Narrative Modes (1st, 2nd or in the 3rd person) - ChatGPT Cheat Sheet

write a paragraph on how to make brownies in the 1st person
👍2
Formal - ChatGPT Cheat Sheet

write a paragraph on the topic of cellular automata in a formal style
👍1
Informal - ChatGPT Cheat Sheet

write a paragraph on the topic of cellular automata in an informal style
👍1
Personas - ChatGPT Cheat Sheet

write a paragraph on the topic of cellular automata in the style of a social media influencer
👍1
Custom Text Manipulation - ChatGPT Cheat Sheet

write a paragraph on the history of the calculator, include emojis at the end of every sentence, and do not capitalize the first word in each sentence
👍1
Write Social Media Posts - ChatGPT Cheat Sheet

write a tweet on futurism
👍1👏1
Write Blogs - ChatGPT Cheat Sheet

write a blog on french cuisine
👍1
Write Emails - ChatGPT Cheat Sheet

write an email selling software to corporate executives
👍1
Write Poems - ChatGPT Cheat Sheet

write a poem about the soul and show rhyme and meter headings
👍1
Write Songs - ChatGPT Cheat Sheet

write a folk song about the sunset show guitar chords
👍1
Write Resumes/Cover Letters - ChatGPT Cheat Sheet

write a software engineer resume
👍2