TypeScript Gpt

Open-source TypeScript projects categorized as Gpt

Top 23 TypeScript Gpt Projects

  • dify

    Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.

    Project mention: Ask HN: How to manage docs for LLM RAG app? | news.ycombinator.com | 2024-08-07

    Did you try dify? I found it was a good beginning for me.

    https://dify.ai/

  • SaaSHub

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

    SaaSHub logo
  • Lobe Chat

    LobeChat is a open-source, extensible (Function Calling), high-performance chatbot framework.It supports one-click free deployment of your private ChatGPT/LLM web application.

    Project mention: Ask HN: Need Advice:RTK Query with Redux vs. React-Query with Zustand | news.ycombinator.com | 2024-06-27
  • AgentGPT

    🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.

    Project mention: A single ChatGPT mistake cost us $10k | news.ycombinator.com | 2024-06-09

    Their PR descriptions aren't much better https://github.com/reworkd/AgentGPT/pull/1372#issue-19887599...

  • jan

    Jan is an open source alternative to ChatGPT that runs 100% offline on your computer. Multiple engine support (llama.cpp, TensorRT-LLM)

    Project mention: Kagi: The Assistant | news.ycombinator.com | 2024-09-04

    LibreChat is also one of the few LLM chat interfaces that works with both external APIs (OpenAI, Anthropic, etc) and local ones (hosted via Ollama, etc) out of the box.

    If it has a downside, I'd say its a little more involved to get setup, lots of docker containers, etc then something a little more batteries-included like Jan.

    https://github.com/janhq/jan

  • chatbox

    User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)

    Project mention: Show HN: I built a cheaper ChatGPT alternative that runs on your desktop | news.ycombinator.com | 2024-09-10

    This is cool! I recommend every hacker play around with their own local LLM. For 90% of my LLM needs, a local LLM is adequate.

    I use Ollama + Chatbox: https://chatboxai.app/

  • FastGPT

    FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.

    Project mention: FLaNK Stack Weekly 12 February 2024 | dev.to | 2024-02-12
  • botpress

    The open-source hub to build & deploy GPT/LLM Agents ⚡️

    Project mention: The 50 best open-source alternatives to popular SaaS software | dev.to | 2024-07-10

    GitHub: Botpress GitHub Repository

  • llama-gpt

    A self-hosted, offline, ChatGPT-like chatbot. Powered by Llama 2. 100% private, with no data leaving your device. New: Code Llama support!

  • E2B

    Secure open source cloud runtime for AI apps & AI agents

    Project mention: Ask HN: Who is hiring? (May 2024) | news.ycombinator.com | 2024-05-01

    E2B | https://e2b.dev | San Francisco, CA | Full-time | In-person

    [E2B](https://e2b.dev) is building a secure open-source runtime that will power next billion of AI apps & agents.

    We found an early traction with making it easy for developers to add [code interpreting](https://github.com/e2b-dev/code-interpreter) to their AI apps with our SDK built on top of our [agentic runtime](https://github.com/e2b-dev/e2b). We have paying customers from seed to enterprise companies.

    We're hiring:

    - Frontend/Product Engineer

    - Infrastructure Engineer

    Check the roles here https://e2b.dev/careers

  • langfuse

    🪢 Open source LLM engineering platform: LLM Observability, metrics, evals, prompt management, playground, datasets. Integrates with LlamaIndex, Langchain, OpenAI SDK, LiteLLM, and more. 🍊YC W23

    Project mention: Simplifying GenAI : Development to observability (OpenSource) | dev.to | 2024-09-30

    Langfuse: A observabilit ytool for LLM-powered applications, providing detailed traces and performance insights.

  • big-AGI

    Generative AI suite powered by state-of-the-art models and providing advanced AI/AGI functions. It features AI personas, AGI functions, multi-model chats, text-to-image, voice, response streaming, code highlighting and execution, PDF import, presets for developers, much more. Deploy on-prem or in the cloud.

    Project mention: Kagi: The Assistant | news.ycombinator.com | 2024-09-04

    Just plug your API keys into a front end like https://github.com/enricoros/big-AGI and pay as you go for all commercially available models

  • BibiGPT-v1

    BibiGPT v1 · one-Click AI Summary for Audio/Video & Chat with Learning Content: Bilibili | YouTube | Tweet丨TikTok丨Dropbox丨Google Drive丨Local files | Websites丨Podcasts | Meetings | Lectures, etc. 音视频内容 AI 一键总结 & 对话:哔哩哔哩丨YouTube丨推特丨小红书丨抖音丨快手丨百度网盘丨阿里云盘丨网页丨播客丨会议丨本地文件等 (原 BiliGPT 省流神器 & AI课代表)

  • zotero-gpt

    GPT Meet Zotero.

  • sqlchat

    Chat-based SQL Client and Editor for the next decade

    Project mention: FLaNK Stack Weekly 12 February 2024 | dev.to | 2024-02-12
  • FreedomGPT

    This codebase is for a React and Electron-based app that executes the FreedomGPT LLM locally (offline and private) on Mac and Windows using a chat-based interface

  • llm-scraper

    Turn any webpage into structured data using LLMs

    Project mention: 🔧Top Open Source AI Web Scrapers to Fire Up Your Market Research🔥 | dev.to | 2024-05-26

    LLM Scraper is a TypeScript library that can convert any webpage into structured data using LLMs. Essentially, it uses function calling to convert pages to structured data.

  • repopack

    📦 Repopack is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, and Gemini.

    Project mention: Ask HN: AI tool for getting oneself across a new repo? | news.ycombinator.com | 2024-09-24

    One way could be using this tool: https://github.com/yamadashy/repopack to create an AI friendly file from the repo and if the context window allows, then ask GPT 4o/Claude 3.5 sonnet/o1 questions about it or asking them to describe it.

    Note: I am in no way affiliated with the tool, I just found it to be helpful in converting repos to single files.

  • chatgpt-i18n

    Localize your websites with AI assistance.

  • RisuAI

    Make your own story. User-friendly software for LLM roleplaying

  • e2b-cookbook

    Examples of using E2B

    Project mention: Show HN: OpenAI's o1 building and running ML model with code interpreter | news.ycombinator.com | 2024-09-15
  • teach-anything

    Teach any questions in seconds (by OpenAI)

  • viz-gpt

    Make contextual data visualization with Chat Interface from tabular datasets. AI data visualization.

  • chatgpt-prompts

    A NodeJS ChatGPT prompts library that contains more than 140+ awesome prompts

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).

TypeScript Gpt discussion

Log in or Post with

TypeScript Gpt related posts

Index

What are some of the best open-source Gpt projects in TypeScript? This list will help you:

Project Stars
1 dify 47,249
2 Lobe Chat 42,192
3 AgentGPT 31,489
4 jan 22,547
5 chatbox 21,051
6 FastGPT 17,205
7 botpress 12,597
8 llama-gpt 10,726
9 E2B 6,764
10 langfuse 5,878
11 big-AGI 5,342
12 BibiGPT-v1 5,246
13 zotero-gpt 4,991
14 sqlchat 4,537
15 FreedomGPT 2,601
16 llm-scraper 2,239
17 repopack 1,369
18 chatgpt-i18n 785
19 RisuAI 750
20 e2b-cookbook 669
21 teach-anything 600
22 viz-gpt 580
23 chatgpt-prompts 520

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