Python openai-api

Open-source Python projects categorized as openai-api

Top 23 Python openai-api Projects

  • gpt4free

    The official gpt4free repository | various collection of powerful language models

  • Project mention: gpt4-openai-api VS gpt4free - a user suggested alternative | libhunt.com/r/gpt4-openai-api | 2024-01-04

    I cant install

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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • GPTDiscord

    A robust, all-in-one GPT interface for Discord. ChatGPT-style conversations, image generation, AI-moderation, custom indexes/knowledgebase, youtube summarizer, and more!

  • Project mention: Full-environment code interpreter in discord (just like ChatGPT!) + Tons of other features like multi-modality chat, internet-connected chat, chatting with your documents, and more! | /r/SideProject | 2023-10-31
  • magentic

    Seamlessly integrate LLMs as Python functions

  • Project mention: Building a local AI smart Home Assistant | news.ycombinator.com | 2024-01-13

    See Magentic for something similar: https://github.com/jackmpcollins/magentic

  • langroid

    Harness LLMs with Multi-Agent Programming

  • Project mention: OpenAI: Streaming is now available in the Assistants API | news.ycombinator.com | 2024-03-14

    This was indeed true in the beginning, and I don’t know if this has changed. Inserting messages with Assistant role is crucial for many reasons, such as if you want to implement caching, or otherwise edit/compress a previous assistant response for cost or other reason.

    At the time I implemented a work-around in Langroid[1]: since you can only insert a “user” role message, prepend the content with ASSISTANT: whenever you want it to be treated as an assistant role. This actually works as expected and I was able to do caching. I explained it in this forum:

    https://community.openai.com/t/add-custom-roles-to-messages-...

    [1] the Langroid code that adds a message with a given role, using this above “assistant spoofing trick”:

    https://github.com/langroid/langroid/blob/main/langroid/agen...

  • scrapeghost

    👻 Experimental library for scraping websites using OpenAI's GPT API.

  • AI-Functions

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • langcorn

    ⛓️ Serving LangChain LLM apps and agents automagically with FastApi. LLMops

  • hacker-news-digest

    :newspaper: Let ChatGPT Summarize Hacker News for You

  • Project mention: What's the fun in writing on the internet anymore? | news.ycombinator.com | 2024-02-17

    https://hackernews.betacat.io/ here they use ChatGTP so summarize HN frontpage stories, and it says "Article discusses automated plagiarism and the diminishing value of authorship online. It compares today's internet to ancient texts, where authorship was less defined."

  • chatgpt-cli

    Simple yet effective command line client for chatting with ChatGPT using the official API

  • BetterOCR

    🔍 Better text detection by combining multiple OCR engines (EasyOCR, Tesseract, and Pororo) with 🧠 LLM.

  • Project mention: FLaNK Stack Weekly for 30 Oct 2023 | dev.to | 2023-10-30
  • langchain-chatbot

    AI Chatbot for analyzing/extracting information from data in conversational format.

  • Project mention: Legalyze – AI for Lawyers to Query Case Files | news.ycombinator.com | 2023-05-21

    We have built Legalyze.ai, a tool for lawyers to query thousands of files at once. We are using Langchain in coordination with GPT-4 and Pinecone to query massive sets of data at once.

    Lawyers can also generate procedural documents like motions and requests using their case as context.

    Contact [email protected] for a trial and check out our open source project - https://github.com/Haste171/langchain-chatbot

  • guardrail

    Build LLM apps safely and securely🛡️ (by guardrail-ml)

  • Project mention: Safeguard OpenAI Apps with Guardrail ML’s Firewall | /r/OpenAI | 2023-09-25
  • gptcli

    ChatGPT in command line with OpenAI API (gpt-3.5-turbo/gpt-4/gpt-4-32k)

  • Project mention: Epic Next JS 14 Tutorial Part 6: Create Video Summary with Next.js and Open AI | dev.to | 2024-04-10

    You must have an account with Open AI. If you don't have one, go here and create one.

  • modelz-llm

    OpenAI compatible API for LLMs and embeddings (LLaMA, Vicuna, ChatGLM and many others)

  • Project mention: OpenAI compatible API for LLMs (and embeddings) with ready-to-use Docker images | news.ycombinator.com | 2023-08-14
  • lionagi

    Powerful Intelligent Workflow Automation

  • Project mention: LangChain is slow – Scale to 1K's of bots with LionAGI | news.ycombinator.com | 2024-03-06
  • mindflow

    🧠 AI-powered CLI git wrapper, boilerplate code generator, chat history manager, and code search engine to streamline your dev workflow 🌊

  • openplugin

    Seamlessly integrate with OpenAI's ChatGPT plugins via API (or client), offering the same powerful functionality as the ChatGPT api + plugins!

  • Project mention: Openplugin: Seamlessly integrate with OpenAI's ChatGPT plugins via API | news.ycombinator.com | 2023-08-11
  • multimedia-gpt

    Empowering your ChatGPT with vision and audio inputs.

  • llama-api-server

    A OpenAI API compatible REST server for llama.

  • Project mention: Run and create custom ChatGPT-like bots with OpenChat | news.ycombinator.com | 2023-06-07

    Disclaimer: I am curating LLM-tools on github [1]

    A few thoughts:

    * allow for custom endpoint URLs, this way people can use open source LLMs with a fake openAI API backend like basaran[2] or llama-api-server[3]

    * look into better embedding methods for info-retrieval like InstructorEmbeddings or Document Summary Index

    * Don't use a single embedding per content item, use multiple to increase retrieval quality

    1 https://github.com/underlines/awesome-marketing-datascience/...

    2 https://github.com/hyperonym/basaran

    3 https://github.com/iaalm/llama-api-server

  • open-assistant-api

    The Open Assistant API is a ready-to-use, open-source, self-hosted agent/gpts orchestration creation framework, supporting customized extensions for LLM, RAG, function call, and tools capabilities. It also supports seamless integration with the openai/langchain sdk.

  • AiShell

    AiShell: A Natural Language Shell like GitHub Copilot X, Powered by ChatGPT

  • ospeak

    CLI tool for running text through OpenAI Text to speech

  • Project mention: Bash One-Liners for LLMs | news.ycombinator.com | 2023-12-13

    I've been gleefully exploring the intersection of LLMs and CLI utilities for a few months now - they are such a great fit for each other! The unix philosophy of piping things together is a perfect fit for how LLMs work.

    I've mostly been exploring this with my https://llm.datasette.io/ CLI tool, but I have a few other one-off tools as well: https://github.com/simonw/blip-caption and https://github.com/simonw/ospeak

    I'm puzzled that more people aren't loudly exploring this space (LLM+CLI) - it's really fun.

  • SaaSHub

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

    SaaSHub logo
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 openai-api related posts

Index

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

Project Stars
1 gpt4free 57,411
2 Hello-Python 22,215
3 GPTDiscord 1,780
4 magentic 1,575
5 langroid 1,509
6 scrapeghost 1,390
7 AI-Functions 921
8 langcorn 812
9 hacker-news-digest 645
10 chatgpt-cli 417
11 BetterOCR 385
12 langchain-chatbot 371
13 guardrail 310
14 gptcli 282
15 modelz-llm 250
16 lionagi 236
17 mindflow 214
18 openplugin 206
19 multimedia-gpt 183
20 llama-api-server 177
21 open-assistant-api 148
22 AiShell 147
23 ospeak 139

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