openai / openai-quickstart-node
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 7 components.
  • 16 files, 337 LOC (81.6% vs. main code).
  • "chat_completions" is biggest, containing 39.17% of LOC.
  • "embeddings" is smallest, containing 2.37% of LOC.


chat_completions132 LOC (31%) 4 files
fine_tuning69 LOC (16%) 3 files
batch50 LOC (12%) 3 files
assistants48 LOC (11%) 2 files
moderation21 LOC (5%) 2 files
images9 LOC (2%) 1 file
embeddings8 LOC (1%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
embeddings2 commits (5%)
assistants2 commits (5%)
images2 commits (5%)
moderation2 commits (5%)
batch2 commits (5%)
fine_tuning2 commits (5%)
chat_completions2 commits (5%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025
chat_completions
8
batch
6
fine_tuning
6
assistants
4
moderation
4
embeddings
2
images
2


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G assistants assistants assistants--assistants 2 chat_completions chat_completions chat_completions--assistants 2 chat_completions--chat_completions 2 batch batch chat_completions--batch 2 batch--assistants 2 batch--batch 2 moderation moderation moderation--assistants 2 moderation--chat_completions 2 moderation--batch 2 moderation--moderation 2 fine_tuning fine_tuning moderation--fine_tuning 2 images images moderation--images 2 embeddings embeddings moderation--embeddings 2 fine_tuning--assistants 2 fine_tuning--chat_completions 2 fine_tuning--batch 2 fine_tuning--fine_tuning 2 fine_tuning--embeddings 2 images--assistants 2 images--chat_completions 2 images--batch 2 images--fine_tuning 2 images--embeddings 2 embeddings--assistants 2 embeddings--chat_completions 2 embeddings--batch 2


2025-05-04 14:10