Code Sage는 OpenAI의 API를 활용하여 프로젝트 코드베이스에 대한 질문에 답변하는 AI 기반 도구입니다.
Stars
17
Forks
7
Watchers
17
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Implement content deduplication in index function of index_controller.py
4a54675View on GitHubEnhance result.html with improved copy functionality and code block processing
a596080View on GitHubAdd delete_all_questions functionality and update HTML templates for improved routing and structure
dfed1b2View on GitHubUpdate application entry point from CodeSage.py to app.py in Dockerfile and README.md for consistency across documentation and execution instructions.
08e3a75View on GitHubRemove CodeSage.py and update HTML templates to use Flask's url_for for routing. This enhances maintainability and consistency across the application. Adjusted links in index.html, result.html, settings.html, and sage_folders.html to reflect the new routing structure.
c6d8a68View on GitHubRefactor CodeSage.py and web_requests.py to remove language and format instructions from message data. Update result.html to enhance clipboard copy functionality with fallback support for older browsers.
3dea477View on GitHubRefactor CodeSage.py to remove translation dependency, replace max_tokens with TOKEN_CONTEXT_WINDOW, and update message formatting to JSON structure. Remove Translator.py as it is no longer needed. Update web_requests.py to handle new message format and improve error handling for chat responses.
c13b3a6View on GitHub