How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
The main features of chatgptjs/chatgpt.js are: Client Applications, Programming Libraries.
Projects with overlapping indexed features include: aallam/openai-kotlin — This project is a multiplatform software development kit designed to integrate large language models into Kotlin… acheong08/chatgpt — This project is a command line AI client and API wrapper designed to facilitate interaction with a large language… alexiscreuzot/swiftygif — High performance GIF engine. amitburst/hackernews — A Hacker News reader iOS app written in Swift. anthropics/claude-code — Anthropic's terminal-native AI coding agent. 3choff/mcp-chatbot — A simple CLI chatbot that demonstrates the integration of the Model Context Protocol (MCP).
This project is a multiplatform software development kit designed to integrate large language models into Kotlin applications. It provides an asynchronous network client and a suite of orchestration tools that enable developers to connect applications to intelligence services, manage conversation threads, and handle structured data exchange. The library is built as a Kotlin Multiplatform package, allowing for consistent code sharing across Android, iOS, and desktop environments. It utilizes structured concurrency to manage non-blocking network requests and real-time streaming responses, ensur
This project is a command line AI client and API wrapper designed to facilitate interaction with a large language model. It functions as a terminal interface for sending multi-line prompts and receiving generated text, providing a means of conversational AI integration through a programmable interface. The system utilizes a reverse-engineered API interface and HTTP-based request simulation to communicate with the model. It includes an AI plugin manager that allows for the installation and management of external extensions to increase the functional capabilities of the language model. The imp
A simple CLI chatbot that demonstrates the integration of the Model Context Protocol (MCP).