Daily Shaarli

All links of one day in a single page.

June 20, 2023

GitHub - nomic-ai/gpt4all: gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue

Use chatbot models from your own system without having to interact with e.g. the OpenAI API.

Provides a litany of different chat bots, some having almost the same quality of output as ChatGPT3.5 (as of now).

States it does not require a GPU to work well.

GitHub - go-skynet/LocalAI: :robot: Self-hosted, community-driven, local OpenAI-compatible API. Drop-in replacement for OpenAI running LLMs on consumer-grade hardware. Free Open Source OpenAI alternative. No GPU required. LocalAI is an API to run ggml compatible models: llama, gpt4all, rwkv, whisper, vicuna, koala, gpt4all-j, cerebras, falcon, dolly, starcoder, and many other

Host your own ChatGPT-like AI API. With this you could plug your self-hosted version into any application (that allows plugging custom API URLs) and off you go with whatever model you chose!

I have no idea about the performance with/without GPU.

GitHub - aandrew-me/tgpt: ChatGPT in terminal without needing API keys

Commandline ChatGPT interaction program, using golang. Has few quality of life features (but a pre-determined role to generate and execute shell commands [DANGER DANGER] or to generate code for you).
Has basic interactive mode.

Does NOT require OpenAI API keys, uses API from a different server. (For now, no key required).

GitHub - 0xacx/chatGPT-shell-cli: Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal.

A shell script to interact with ChatGTP or DALL-E through CLI. Requires openai api key.
Built solely with (bash) shellscript, so no other interpreters required (python, node, ..)

GitHub - npiv/chatblade: A CLI Swiss Army Knife for ChatGPT

Commandline ChatGPT interaction program, using python. Has a few quality of life features like conversation continuing, and token cost estimation.

Requires OpenAI API key to function.

GitHub - sigoden/aichat: Using ChatGPT/GPT-3.5/GPT-4 in the terminal.

A rusty commandline program to chat with OpenAI's ChatGPT. Requires OpenAI API key.

Has quite a few quality of life features like pre-determined roles (in yaml format), conversation saving, repl mode and more.