From f350e405bca63810c26b34df718d578f24b84499 Mon Sep 17 00:00:00 2001 From: Abdullah Al Amin Date: Wed, 2 Aug 2023 11:42:41 +0200 Subject: [PATCH] chore: add open in gitpod to readme (#8) Co-authored-by: Anbraten --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00071d1..45579e7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A dev advisor to ask about your code and project Use the command `python uvicorn pyserver:app --reload --app-dir=ai` to start the python server. It takes default port 8000. +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/geprog/codecaptain) ## ToDo @@ -24,13 +25,11 @@ Use the command `python uvicorn pyserver:app --reload --app-dir=ai` to start the - [ ] update embeddings on commits - [ ] show related code parts in UI - [ ] add some proper database for user and repos -- [ ] check __ACCESS__ of user to repo +- [ ] check **ACCESS** of user to repo - [ ] use message history when asking a question - [ ] autocomplete while asking questions - [ ] skip gitignored and .git files when indexing - ## Appreciations - https://hackernoon.com/reverse-engineering-reddits-source-code-with-langchain-and-gpt-4 -