Skip to content

Commit 1c9c931

Browse files
authored
Update README.md
1 parent 5302e88 commit 1c9c931

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Code Assistant
22
A small project, educational trying to get interaction with AI within VS Code with a little more power than just auto complete.
33
- [x] use of docker for embedings in weaviate
4-
- [ ] embed llama code into a container
5-
- [ ] test with source with llama code etc...
6-
- [ ] fine tuning of llm to create vs code commands
7-
- [ ] plugin to drive VS Code
4+
- [ ] embed llama code into a container (TOOD)
5+
- [x] test with source with llama code etc... (minor tetsing done)
6+
- [ ] fine tuning of llm to create vs code commands (see if worth might wait for langchain integration)
7+
- [ ] plugin to interact with VS Code (in progress)
88
- [ ] making an example project
9+
10+
## UI with VS Code
11+
- Find a way to implement a chat with code assistant within vs code
12+
- build a full application with langchain, custom tools etc...

0 commit comments

Comments
 (0)