Python Prompt

Open-source Python projects categorized as Prompt

Top 23 Python Prompt Projects

  • powerline

    Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.

  • awesome-chatgpt-zh

    ChatGPT 中文指南🔥,ChatGPT 中文调教指南,指令指南,应用开发指南,精选资源清单,更好的使用 chatGPT 让你的生产力 up up up! 🚀

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

    Build high-quality LLM apps - from prototyping, testing to production deployment and monitoring.

  • Project mention: A suite of tools designed to streamline the development cycle of LLM-based apps | news.ycombinator.com | 2024-04-12
  • xonsh

    :shell: Python-powered, cross-platform, Unix-gazing shell.

  • Project mention: This Week In Python | dev.to | 2024-03-09

    xonsh – Python-powered, cross-platform, Unix-gazing shell

  • EmotiVoice

    EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine

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

    A community-driven way to read and chat with AI bots - powered by chatGPT.

  • OpenPrompt

    An Open-Source Framework for Prompt-Learning.

  • SaaSHub

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

    SaaSHub logo
  • tree-of-thoughts

    Plug in and Play Implementation of Tree of Thoughts: Deliberate Problem Solving with Large Language Models that Elevates Model Reasoning by atleast 70%

  • Project mention: [D] Potential scammer on github stealing work of other ML researchers? | /r/MachineLearning | 2023-08-17

    I checked the issues and found https://github.com/kyegomez/tree-of-thoughts/issues/78

  • Awesome-Prompt-Engineering

    This repository contains a hand-curated resources for Prompt Engineering with a focus on Generative Pre-trained Transformer (GPT), ChatGPT, PaLM etc

  • LMOps

    General technology for enabling AI capabilities w/ LLMs and MLLMs

  • DeepKE

    [EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction

  • Project mention: Would this method work to increase the memory of the model? Saving summaries generated by a 2nd model and injecting them depending on the current topic. | /r/LocalLLaMA | 2023-06-09
  • YiVal

    Your Automatic Prompt Engineering Assistant for GenAI Applications

  • Project mention: YiVal——Unlocking Your Data's Power to Create Customized GenAI Apps | /r/u_YiVal | 2023-11-16

    - 🤖Github:https://github.com/YiVal/YiVal/pull/189

  • OFA

    Official repository of OFA (ICML 2022). Paper: OFA: Unifying Architectures, Tasks, and Modalities Through a Simple Sequence-to-Sequence Learning Framework

  • promptbench

    A unified evaluation framework for large language models

  • Project mention: Show HN: Times faster LLM evaluation with Bayesian optimization | news.ycombinator.com | 2024-02-13

    Fair question.

    Evaluate refers to the phase after training to check if the training is good.

    Usually the flow goes training -> evaluation -> deployment (what you called inference). This project is aimed for evaluation. Evaluation can be slow (might even be slower than training if you're finetuning on a small domain specific subset)!

    So there are [quite](https://github.com/microsoft/promptbench) [a](https://github.com/confident-ai/deepeval) [few](https://github.com/openai/evals) [frameworks](https://github.com/EleutherAI/lm-evaluation-harness) working on evaluation, however, all of them are quite slow, because LLM are slow if you don't have infinite money. [This](https://github.com/open-compass/opencompass) one tries to speed up by parallelizing on multiple computers, but none of them takes advantage of the fact that many evaluation queries might be similar and all try to evaluate on all given queries. And that's where this project might come in handy.

  • magentic

    Seamlessly integrate LLMs as Python functions

  • Project mention: I'm puzzled how anyone trusts ChatGPT for code | news.ycombinator.com | 2024-05-08

    I'm building magentic https://github.com/jackmpcollins/magentic which has basically this syntax, though it queries the LLM to generate the answer rather than writing + running code.

    ```

  • DemoGPT

    Create 🦜️🔗 LangChain apps by just using prompts🌟 Star to support our work! | 只需使用句子即可创建 LangChain 应用程序。 给个star支持我们的工作吧!

  • Project mention: Llama 2 Code Interpreter | news.ycombinator.com | 2023-07-23
  • docker-prompt-generator

    Using a Model to generate prompts for Model applications. / 使用模型来生成作图咒语的偷懒工具,支持 MidJourney、Stable Diffusion 等。

  • llm-guard

    The Security Toolkit for LLM Interactions

  • Project mention: llm-guard: The Security Toolkit for LLM Interactions | /r/blueteamsec | 2023-09-19
  • awesome-gpt-prompt-engineering

    A curated list of awesome resources, tools, and other shiny things for GPT prompt engineering.

  • Project mention: Chatgpt got me my dream job right out of college | /r/ChatGPT | 2023-06-28

    1) https://github.com/snwfdhmp/awesome-gpt-prompt-engineering 2) https://www.europe.study/artificial-intelligence?twclid=273rg3p5g5umnt3g3ifxzysbin 3) https://coursera.org/projects/chat-gpt-for-beginners-using-ai-for-market-research

  • riposte

    Python package for wrapping applications inside a tailored interactive shell

  • InquirerPy

    :snake: Python port of Inquirer.js (A collection of common interactive command-line user interfaces)

  • funcchain

    ⛓️ build cognitive systems, pythonic

  • Project mention: Funcchain: A Pythonic Abstraction of OpenAI Functions | news.ycombinator.com | 2023-10-08
  • survey

    A simple library for creating beautiful interactive prompts. (by Exahilosys)

  • Project mention: I made a library for making user terminal input really really pretty! | /r/Python | 2023-06-03

    I was inspired by the github cli! There 0 dependencies and everything is done natively in the terminal (without ncurses and the like). Can be found here: https://github.com/Exahilosys/survey

  • 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 Prompt related posts

Index

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

Project Stars
1 powerline 14,212
2 awesome-chatgpt-zh 9,958
3 promptflow 8,204
4 xonsh 8,023
5 EmotiVoice 6,330
6 myGPTReader 4,395
7 OpenPrompt 4,158
8 tree-of-thoughts 4,046
9 Awesome-Prompt-Engineering 3,234
10 LMOps 3,204
11 DeepKE 2,973
12 YiVal 2,436
13 OFA 2,331
14 promptbench 2,079
15 magentic 1,639
16 DemoGPT 1,580
17 docker-prompt-generator 1,111
18 llm-guard 855
19 awesome-gpt-prompt-engineering 801
20 riposte 569
21 InquirerPy 329
22 funcchain 298
23 survey 230

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