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 |
-
Notifications
You must be signed in to change notification settings - Fork 0
mikeredev/llm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
chatbot tools & implementations