git404hub

what is poc-chatgpt fr?

0xdevalias/poc-chatgpt — explained in plain English

Analysis updated 2026-07-30 · repo last pushed 2024-08-21

1ShellAudience · developerComplexity · 1/5StaleSetup · moderate

tl;dr

A collection of simple shell scripts that let you call the OpenAI API directly from your terminal to list available models, fetch details, and test basic chat, with notes on leaked model names found in early 2023.

vibe map

mindmap
  root((repo))
    What it does
      Lists OpenAI models
      Fetches model details
      Basic chat testing
    Tech stack
      Shell scripts
      JavaScript
      JSON output
    Use cases
      Explore available models
      Quick API reference
      Discover leaked models
    Audience
      Founders scoping models
      Developers testing API
      Curious tinkerers
    Notable features
      Filtered model lists
      Leaked model notes
      Links to OpenAI docs

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

List every AI model your OpenAI account can access, sorted by owner.

VIBE 2

Fetch and save detailed information about specific OpenAI models as JSON files.

VIBE 3

Test basic chat interactions with an OpenAI model from the terminal.

VIBE 4

Explore notes about leaked or unreleased OpenAI model names discovered in early 2023.

what's the stack?

ShellJavaScriptNode.js

how it stacks up fr

0xdevalias/poc-chatgpt0xdevalias/ezfuncs-sh100/dotfiles
Stars111
LanguageShellShellShell
Last pushed2024-08-212011-11-302016-11-18
MaintenanceStaleDormantDormant
Setup difficultymoderateeasyeasy
Complexity1/51/51/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 5min

Requires your own OpenAI API key and Node.js already installed on your machine.

No license information is provided, so the code is technically all-rights-reserved by default.

in plain english

This repository is a proof-of-concept project that lets you poke at the OpenAI API directly. It gives you ready-to-run commands to see what AI models OpenAI has available, fetch details about specific ones, and test out basic chat functionality, all from your terminal using simple shell scripts. At its core, the project is a collection of shell commands that talk to OpenAI's servers. You provide your own API key (a password that tells OpenAI you're authorized), and the scripts fetch information about every model or engine available to your account. The results get saved as JSON files, and there are helper scripts that filter those down into plain text lists, so instead of wading through raw data, you get a clean list of model names sorted by who owns them. There's also a JavaScript file you can run for a basic chat interaction. The project also documents something interesting: leaked model names. The author found references to models like text-chat-davinci-002-20230126 that appeared to be internal or unreleased OpenAI models. The README links to running notes about how these models were discovered and what happened after. Beyond that, it serves as a reference guide, pointing readers to OpenAI's official documentation for everything from generating text and images to creating embeddings and moderating content. This would appeal to someone exploring the OpenAI ecosystem hands-on, a founder scoping out what models exist, a developer wanting a quick reference for API calls, or anyone curious about what was happening behind the scenes at OpenAI in early 2023. It's more of a personal playground than a polished tool: the instructions assume you already have Node.js and command-line tools installed, and there's no friendly interface beyond the terminal. The tradeoff is simplicity over polish. You get raw, transparent commands you can read and modify yourself, but you're on your own if something breaks.

prompts (copy fr)

prompt 1
I have an OpenAI API key and Node.js installed. Help me set up and run the shell scripts from this repo to list all available models on my account.
prompt 2
Using the scripts in this repo as a base, write a new shell script that calls the OpenAI API to list only the GPT-4 family models and saves the results to a JSON file.
prompt 3
I ran the model-listing script from this repo and got a large JSON file. Help me write a shell command to extract just the model names sorted alphabetically.
prompt 4
Walk me through the leaked model names documented in this repo and help me understand what text-chat-davinci-002-20230126 was and why it was notable.
prompt 5
I want to modify the JavaScript chat script in this repo to send a custom system prompt before my user message. Show me how to do that using the existing code as a starting point.

Frequently asked questions

what is poc-chatgpt fr?

A collection of simple shell scripts that let you call the OpenAI API directly from your terminal to list available models, fetch details, and test basic chat, with notes on leaked model names found in early 2023.

What language is poc-chatgpt written in?

Mainly Shell. The stack also includes Shell, JavaScript, Node.js.

Is poc-chatgpt actively maintained?

Stale — no commits in 1-2 years (last push 2024-08-21).

What license does poc-chatgpt use?

No license information is provided, so the code is technically all-rights-reserved by default.

How hard is poc-chatgpt to set up?

Setup difficulty is rated moderate, with roughly 5min to a first successful run.

Who is poc-chatgpt for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.