Open source book dedicated to helping you to make the best possible sourdough bread at home.The Sourdough Framework The sourdough framework is an open-source book dedicated to helping you to make the best possible sourdough bread at home. Rather than providing recipes this book intends to provide a framework that enables you to bake bread in your respective environment. Every flour, every sourdough, and every home setup is different. This makes following recipes without background information s…
Locally hosted tool that connects documents to LLMs for summarization and querying, with a simple GUI.BriefGPT BriefGPT is a powerful, locally-run tool for document summarization and querying using OpenAI's models. You retain control over your documents and API keys, ensuring privacy and security. Update Added support for fully local use! Instructor is used to embed documents, and the LLM can be either LlamaCpp or GPT4ALL, ggml formatted. Put your model in the 'models' folder, set u…
Interact your data and environment using the local GPT, no data leaks, 100% privately, 100% securityDB-GPT English Edition DB-GPT 是什么? 随着大模型的发布迭代,大模型变得越来越智能,在使用大模型的过程当中,遇到极大的数据安全与隐私挑战。在利用大模型能力的过程中我们的私密数据跟环境需要掌握自己的手里,完全可控,避免任何的数据隐私泄露以及安全风险。基于此,我们发起了DB-GPT项目,为所有以数据库为基础的场景,构建一套完整的私有大模型解决方案。 此方案因为支持本地部署,所以不仅仅可以应用于独立私有环境,而且还可以根据业务模块独立部署隔离,让大模型的能力绝对私有、安全、可控。 DB-GPT 是一个开源的以数据库为基础的GPT实验项目,使用本地化的GPT大模型与您的数据和环境进行交互,无数据泄露风险,100% 私密,100% 安全。 特性一览 目前我们已经发布了多种关键的特性,这里一一列举展示一下当前发布的能力。 SQL 语言能力 SQL生成 SQL诊断…
Open source, local, and self-hosted Amazon Echo/Google Home competitive Voice Assistant alternativeHello Willow Users! Many users across various forums, social media, etc are starting to receive their hardware! I have enabled Github discussions to centralize these great conversations - stop by, introduce yourself, and let us know how things are going with Willow! Between Github discussions and issues we can all work together to make sure our early adopters have the best experience possible! Wil…
Made to be used with Flipper just drag the folder into NFCFlipperAmiibo A collection of FlipperZero NFC files that emulate Amiibo Installation Download this repository as an archive Extract the archive into the nfc directory on your Flipper's SD card.
The Bluesky Social application for Web, iOS, and AndroidBluesky Social App Welcome friends! This is the codebase for the Bluesky Social app. It serves as a resource to engineers building on the AT Protocol. Web: staging.bsky.app iOS: App Store Android: Play Store Links: Build instructions ATProto repo ATProto docs Rules & guidelines ℹ️ While we do accept contributions, we prioritize high quality issues and pull requests. Adhering to the below guidelines will ensure a more timely review…
with 100k context windows on the way, it's now feasible for every dev to have their own smol developersmol developer Human-centric & Coherent Whole Program Synthesis aka your own personal junior developer Build the thing that builds the thing! a smol dev for every dev in every situation this is a prototype of a "junior developer" agent (aka smol dev) that scaffolds an entire codebase out for you once you give it a product spec, but does not end the world or overpromise AGI. instea…
Get a ChatGPT plugin up and running in under 5 minutes!ChatGPT plugins quickstart Get a todo list ChatGPT plugin up and running in under 5 minutes using Python. If you do not already have plugin developer access, please join the waitlist. Setup To install the required packages for this plugin, run the following command: pip install -r requirements.txt To run the plugin, enter the following command: python main.py Once the local server is running: Navigate to https://chat.openai.com. In the Mod…
A guidance language for controlling large language models. Where there is no guidance, a model fails, but in an abundance of instructions there is safety. - GPT 11:14 Guidance enables you to control modern language models more effectively and efficiently than traditional prompting or chaining. Guidance programs allow you to interleave generation, prompting, and logical control into a single continuous flow matching how the language model actually processes the text. Simple output st…