This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
talk-codebase
Watch
2
Star
0
Fork
0
You've already forked talk-codebase
mirror of
https://github.com/rsaryev/talk-codebase
synced
2024-10-31 21:20:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a30b8780cf
talk-codebase
/
.gitignore
8 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add CLI for chatting with OpenAI model - Add CLI functionality for chatting with OpenAI model - Implement function to allow users to input OpenAI API key and model name - Implement function to allow users to chat with OpenAI model using retrieved documents - Add module to handle sending questions to OpenAI model - Add module to load and split text documents, create retriever, and define StreamStdOut callback class
2023-05-26 01:15:30 +00:00
/.env
/.idea/
/.vscode/
/.venv/
Merge pull request #1 from rsaryev/feat/local GPT4All
2023-05-29 22:13:23 +00:00
/talk_codebase/__pycache__/
Refactor get_repo() and load_files() functions to use Repo() without root_dir.Refactored `load_files` added a delay when creating vector store.
2023-08-21 21:09:22 +00:00
.DS_Store
/vector_store/
Reference in New Issue
Copy Permalink