Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmikwolf committed Apr 6, 2024
1 parent 9dfe5b3 commit c4071f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Sazid is an interactive LLM interface written in Rust that provides:

- [x] **Interactive CLI**: Engage with a user-friendly command-line interface.
- [x] **GPT Integration**: Seamlessly connect with OpenAI's GPT model for interactive chats.
- [ ] **Non OpenAI LLM Support** Connect with any LLM hosted with the OpenAI API
- [ ] **File Ingestion**: Import and process a variety of file formats
- [x] **Language Server Integration**: Allow GPT to traverse and modify your codebase syntax tree
- [x] **Vector Database**: Connection to a vector enabled postgres database for local data access
- [x] **Text File Embeddings**: Generate embeddings from text files and load them into the vector database
- [ ] **Treesitter Integration**: Allow GPT to traverse and modify your codebase syntax tree
- [ ] **Chat Session Management**: Start new sessions or continue previous ones with ease.
- [x] **Chat Session Management**: Start new sessions or continue previous ones with ease.
- [ ] **Non OpenAI LLM Support** Connect with any LLM hosted with the OpenAI API
- [ ] **File Ingestion**: Import and process a variety of file formats
- [ ] **[Retrieval Augmented Generation](https://arxiv.org/pdf/2005.11401.pdf)**: Improve the quality of your LLM responses by sending customizable and relevant context
- [ ] **Prompt Manager**: Manage a set of reliable prompts that have specific tasks and rate their effectiveness
- [ ] **Recursive Prompt Functions** Allow GPT to achieve complex goals by breaking it down into smaller tasks using managed prompts
Expand Down

0 comments on commit c4071f1

Please sign in to comment.