Python gpt-3

Open-source Python projects categorized as gpt-3

Top 23 Python gpt-3 Projects

  1. aider

    aider is AI pair programming in your terminal

    Project mention: Microsoft pulled internal Claude Code licenses — what their engineers' preference tells you about picking AI tools | dev.to | 2026-06-06

    Aider with a bring-your-own API key has no subscription floor. Pay per token. For 2-3 focused hours per week, costs less than $20/mo. For full-time use, costs more than Max. Best for terminal natives who already live in tmux and do not want a separate IDE.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Hello-Python

    Curso para aprender el lenguaje de programación Python desde cero y para principiantes. 100 clases, 44 horas en vídeo, código, proyectos y grupo de chat. Fundamentos, frontend, backend, testing, IA...

  4. best-of-ml-python

    🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.

  5. RWKV-LM

    RWKV (pronounced RwaKuv) is an RNN with great LLM performance, which can also be directly trained like a GPT transformer (parallelizable). We are at RWKV-7 "Goose". So it's combining the best of RNN and transformer - great performance, linear time, constant space (no kv-cache), fast training, infinite ctx_len, and free sentence embedding.

    Project mention: RWKV-7 beats Llama 3.2 with 3x fewer training tokens and formally exceeds TC^0 | news.ycombinator.com | 2026-02-23
  6. LoRA

    Code for loralib, an implementation of "LoRA: Low-Rank Adaptation of Large Language Models"

    Project mention: LLM Fine-Tuning vs RAG: A Production Decision Framework for Engineering Teams | dev.to | 2026-06-04

    LoRA (Hu et al., 2021) freezes the base model weights and injects trainable low-rank decomposition matrices into the attention layers. Instead of updating all 7 billion parameters of a 7B model, LoRA trains ~1–5% of equivalent parameters. Results:

  7. shell_gpt

    A command-line productivity tool powered by AI large language models like GPT-5, will help you accomplish your tasks faster and more efficiently.

    Project mention: Supercharge Your Terminal: ShellGPT + ChromaDB + LangChain for Context-Aware Automation | dev.to | 2025-09-01

    🗃 To explore ShellGPT in depth, including installation instructions, usage examples, and advanced configuration options, head over to the official ShellGPT GitHub repository.

  8. gpt-neox

    An implementation of model parallel autoregressive transformers on GPUs, based on the Megatron and DeepSpeed libraries

  9. guardrails

    Adding guardrails to large language models.

    Project mention: Det | news.ycombinator.com | 2026-01-16
  10. Promptify

    Prompt Engineering | Prompt Versioning | Use GPT or other prompt based models to get structured output. Join our discord for Prompt-Engineering, LLMs and other latest research

    Project mention: Easily generate different NLP Task prompts for popular generative models | news.ycombinator.com | 2025-10-12
  11. llm-workflow-engine

    Power CLI and Workflow manager for LLMs (core package)

  12. mini-agi

    MiniAGI is a simple general-purpose AI agent based on the OpenAI API.

  13. RasaGPT

    💬 RasaGPT is the first headless LLM chatbot platform built on top of Rasa and Langchain. Built w/ Rasa, FastAPI, Langchain, LlamaIndex, SQLModel, pgvector, ngrok, telegram

  14. awesome-gpt-prompt-engineering

    A curated list of awesome resources, tools, and other shiny things for LLM prompt engineering.

  15. test

    Measuring Massive Multitask Language Understanding | ICLR 2021

    Project mention: An LLM benchmark is only useful for as long as it's hard | dev.to | 2026-06-11

    MMLU (Hendrycks et al., September 2020). 57 subjects, ~14,000 multiple-choice questions, taken from publicly-available test prep and academic sources. The problem with MMLU is not that it's saturated in the same way HumanEval is — top scores are in the high 80s rather than against the ceiling — but that the benchmark was built from public sources that ended up in training corpora. The contamination evidence is concrete: a 2023 paper by Deng, Zhao, Tang, Gerstein, and Cohan used a "test-set slot guessing" technique — masking the correct answer and asking the model to guess which option was missing — and reported that ChatGPT could reproduce the missing option 52% of the time on MMLU, GPT-4 57%. Those numbers are well above what chance plus knowledge would predict. The community response, Microsoft's MMLU-CF accepted at ACL 2025, was a contamination-free reconstruction; on it, model rankings shift considerably. Lifespan from publication to demonstrated contamination: about 36 months.

  16. ChineseAiDungeonChatGPT

    中文版的ai地牢,直接使用的openai的ChatGPT api作为讲故事的模型。

  17. spacy-llm

    🦙 Integrating LLMs into structured NLP pipelines

  18. chatgpt-comparison-detection

    Human ChatGPT Comparison Corpus (HC3), Detectors, and more! 🔥

  19. vim-ai

    AI-powered code assistant for Vim. Generate, edit and chat with GPT models like ChatGPT using OpenAI

  20. ChatDBG

    ChatDBG - AI-assisted debugging. Uses AI to answer 'why'

    Project mention: ATC/OSDI '25 Joint Keynote: Accelerating Software Dev: The LLM (R)Evolution [video] | news.ycombinator.com | 2025-09-08
  21. AI-Functions

    AI-Powered Function Magic: Never code again with GPT models!

  22. ChatGDB

    Harness the power of ChatGPT inside the GDB or LLDB debugger!

  23. gpt-cli

    Command-line interface for ChatGPT, Claude and Bard

  24. unofficial-chatgpt-api

    This repo is unofficial ChatGPT api. It is based on Daniel Gross's WhatsApp GPT

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python gpt-3 discussion

Log in or Post with

Python gpt-3 related posts

  • An LLM benchmark is only useful for as long as it's hard

    2 projects | dev.to | 11 Jun 2026
  • LLM Fine-Tuning vs RAG: A Production Decision Framework for Engineering Teams

    2 projects | dev.to | 4 Jun 2026
  • Why Merged LoRA Barely Changes Inference Time

    2 projects | dev.to | 5 May 2026
  • What the F*ck Are We Even Measuring? The Definition Problem in AI Evals

    4 projects | dev.to | 4 May 2026
  • AI Experts Are Dead. Long Live the AI Experts.

    2 projects | dev.to | 15 Apr 2026
  • Why I Chose a Fine-Tuned 7B Model Over GPT-4 for High-Volume IT Support Ticket Routing

    1 project | dev.to | 7 Apr 2026
  • RWKV-7 beats Llama 3.2 with 3x fewer training tokens and formally exceeds TC^0

    1 project | news.ycombinator.com | 23 Feb 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source gpt-3 projects in Python? This list will help you:

# Project Stars
1 aider 46,112
2 Hello-Python 35,968
3 best-of-ml-python 23,636
4 RWKV-LM 14,559
5 LoRA 13,590
6 shell_gpt 12,122
7 gpt-neox 7,442
8 guardrails 6,997
9 Promptify 4,613
10 llm-workflow-engine 3,720
11 mini-agi 2,904
12 RasaGPT 2,466
13 awesome-gpt-prompt-engineering 1,597
14 test 1,580
15 ChineseAiDungeonChatGPT 1,409
16 spacy-llm 1,392
17 chatgpt-comparison-detection 1,355
18 vim-ai 1,167
19 ChatDBG 1,112
20 AI-Functions 937
21 ChatGDB 936
22 gpt-cli 723
23 unofficial-chatgpt-api 702

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Python is
the 1st most popular programming language
based on number of references?