This commit is contained in:
Abd Shomad
2023-08-10 21:33:23 +07:00
parent 1b619b5091
commit 0485d10804

View File

@@ -439,7 +439,19 @@ The purpose of Clippy is to develop code for or with the user. It can plan, writ
</details>
## [Cody](https://docs.sourcegraph.com/cody)
## [Cody of ajhous44](https://github.com/ajhous44/cody)
An AI assistant designed to let you interactively query your codebase using natural language. By utilizing vector embeddings, chunking, and OpenAI's language models, Cody can help you navigate through your code in an efficient and intuitive manner.
<details>
### Links
- [GitHub](https://github.com/ajhous44/cody)
- Author: [@ajhous44](https://github.com/ajhous44/) (Github)
</details>
## [Cody of Sourcegraph](https://docs.sourcegraph.com/cody)
An AI code assistant from Sourcegraph that writes code and answers questions for you by reading your entire codebase and the code graph.