About 343,000 results
Open links in new tab
  1. OpenAI Codex

    Aug 10, 2021 · OpenAI Codex is most capable in Python, but it is also proficient in over a dozen languages including JavaScript, Go, Perl, PHP, Ruby, Swift and TypeScript, and even Shell. It …

  2. A pre-trained GPT model for Python code completion and …

    PyCodeGPT is efficient and effective GPT-Neo-based model for python code generation task, which is similar to OpenAI Codex, Github Copliot, CodeParrot, AlphaCode.

  3. Build your own AI assistant in 10 lines of code - Python

    Mar 3, 2023 · In this tutorial, I’ve shown you how to create a chat assistant using the OpenAI Python library and the GPT-3.5-turbo model. I’ve also discussed the importance of the system …

  4. Using GPT-3.5 and GPT-4 via the OpenAI API in Python

    Apr 27, 2023 · In this tutorial, you'll learn how to work with the openai Python package to programmatically have conversations with ChatGPT. Note that OpenAI charges to use the …

  5. Create GPT from scratch using Python — Part 1 - Medium

    Apr 1, 2023 · ChatGPT break down the prompt (user input) into a sequence of words and then uses this sequence to predict the next most probable word or sequence of words that would …

  6. GPyT - Generating Python code with Transformer Models - Python

    GPyT (GPT-based Python code model) ¶ The Github Copilot you have at home. This model, which I am calling GPyT (Generative Python Transformer), is a small GPT model trained from …

  7. GPT in 60 Lines of NumPy - Jay Mody

    Jan 30, 2023 · In this post, we'll implement a GPT from scratch in just 60 lines of numpy. We'll then load the trained GPT-2 model weights released by OpenAI into our implementation and …

  8. GPT-4o Python quickstart using the OpenAI API

    Mar 18, 2023 · Launching GPT-4o through the OpenAI API gives you programmatic access to one of the most advanced multimodal models available. In this guide, you’ll see how to configure …

  9. GPT-4.1 Prompting Guide | OpenAI Cookbook

    Apr 14, 2025 · The GPT-4.1 family of models represents a significant step forward from GPT-4o in capabilities across coding, instruction following, and long context. ... """ …

  10. How Can I Use OpenAI's GPT with Python: A Comprehensive Guide

    In this guide, we'll walk you through the steps of using OpenAI's GPT with Python and explore its potential applications. Before delving into the technical aspects, let's gain a basic …

Refresh