PriNova / CodyArchitect

CodyArchitect is an innovative program designed to revolutionize the way developers understand and navigate unfamiliar codebases. Powered by advanced Large Language Model (LLM) technology, CodyArchitect provides comprehensive overviews of a codebase's architecture, functionality, and conventions, making the onboarding process smoother and efficient
27 stars 1 forks source link

Installation instructions #2

Open ShivamGupta42 opened 1 month ago

ShivamGupta42 commented 1 month ago

Great idea for the project @PriNova

Install the required dependencies: pip install -r requirements.txt  -> Req file is missing
Set up your OpenAI API credentials and ChromaDB configuration.  -> .env file is missing
PriNova commented 1 month ago

Hello @ShivamGupta42 Thank you for your feedback.

You are correct; these parts are missing. Given that this project is in the pre-alpha stage, there are many elements still absent. However, as the project progresses, it will increasingly become ready for execution.