Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 2.04 KB

README.md

File metadata and controls

15 lines (14 loc) · 2.04 KB
script description related
modules/anthropic/completion.py generate a single completion using claude
modules/cohere/completion.py generate a single completion using command-r
modules/openai/completion.py generate a single completion using gpt
modules/openai/conversation.py supports contextually-aware conversation, history pruning
scripts/bots/console.py CLI interface supporting multiple language models
scripts/poc/chat.py contextually-aware conversation, history pruning
scripts/poc/customtkinter.py SMS-like chatbot GUI
scripts/poc/infinite-craft.py explore chain-of-thought planning and reasoning for infinite craft game
scripts/poc/pinecone.py summarize conversations, pinecone RAG 2308.15022
scripts/prompts/chaos-gpt.py instantiate a character & explore built-in biases
scripts/utils/rofi.py generate a single completion using rofi interface
scripts/utils/rss-reader.py parse and summarise an RSS feed