The quickest and easiest way to save a conversation in ChatGPT is to just copy the part you need and paste it into another document or messaging service for quick retrieval in the future. It's not glamorous, but it gets the job done and gives you complete control over the format that i...
Click the Download to file icon, which looks like an arrow pointing down into a box. Publish the Artifact. Click Publish to share your Artifact with anyone on the internet (your chat will remain private). In the popup that appears, click Publish & Copy Link, and share your link as ...
What you need to follow along A step-by-step guide to building a ChatGPT plugin: Step 1: Build an app wrapped in an API Step 2: Create the manifest file Step 3: Create the OpenAPI specification Step 4: Connect to the plugin from ChatGPT ...
You can even ask to sprinkle emojis for a little extra spice on top. Here are a few ways that ChatGPT can format outputs: Bulleted lists Numbered lists Nested lists Paragraphs Tables URLs Code blocks (HTML, Markdown, JavaScript, etc.) Outlines Mathematical equations Scripts or dialogues Emojis...
Python Copy from openai import AzureOpenAI client = AzureOpenAI( api_key=os.getenv("AZURE_OPENAI_API_KEY"), api_version="2024-05-01-preview", azure_endpoint = os.getenv("AZURE_OPENAI_ENDPOINT") ) image_data = client.files.content("assistant-abc123") image_data_bytes = image_data.read...
Another way to use ChatGPT for web scraping Extended GPT Scraperis a web scraping tool that combines web content extraction with OpenAI's GPT language model. It scrapes websites, converts the content to markdown, and then uses GPT to process or transform the scraped text based on user-provi...
When working on a writing task, you also have the option to highlight specific portions of your text or code and ask ChatGPT to either request edits to that section or ask a question about it. Formatting options can also be accessed by highlighting a piece of text. Basic markdo...
ChatGPT is also susceptible to prompt injection attacks, where markdown images or other techniques can steal chat data. As a result, there are some security-related concerns about ChatGPT and other LLMs that could prove a barrier to some professional use. ...
What:ChatGPT for Data Scientists When:Wednesday April 24th, 2pm EST How It Will Help You:Whether you are new to data science or are an expert, ChatGPT is changing the game. There’s a ton of hype. But how can ChatGPT actually help you become a better data scientist and help you sta...
Next, you have to create your knowledge base. PrivateGPT has a “source_documents” folder where you must copy all your documents. After that, you must populate your vector database with the embedding values of your documents. Fortunately, the project has a script that performs the entire pro...