Update README.md
Browse files
README.md
CHANGED
@@ -4,24 +4,22 @@
|
|
4 |
|
5 |
### Model Description
|
6 |
|
7 |
-
|
8 |
|
9 |
- **Developed by:** Gaurav Sinha
|
10 |
- **Model type:** Generative AI
|
11 |
-
- **Language(s):** Python
|
12 |
-
- **License:** [Insert License
|
13 |
-
|
14 |
|
15 |
### Model Sources
|
16 |
|
17 |
- **Repository:** https://huggingface.co/gaurav16/mycopilot/tree/main
|
18 |
|
19 |
-
|
20 |
## Uses
|
21 |
|
22 |
### Direct Use
|
23 |
|
24 |
-
The
|
25 |
|
26 |
### Downstream Use
|
27 |
|
@@ -29,7 +27,7 @@ This model can be fine-tuned for specific tasks or integrated into larger AI sys
|
|
29 |
|
30 |
### Out-of-Scope Use
|
31 |
|
32 |
-
The model is not intended for malicious use, and its capabilities are limited to providing assistance with
|
33 |
|
34 |
## Bias, Risks, and Limitations
|
35 |
|
|
|
4 |
|
5 |
### Model Description
|
6 |
|
7 |
+
Gaurav Sinha's personal copilot, built using CodeLlama, is a versatile AI assistant for software development. Operating within VSCode, it offers code suggestions, generates test cases, executes shell commands, and provides editing capabilities, enhancing the development workflow.
|
8 |
|
9 |
- **Developed by:** Gaurav Sinha
|
10 |
- **Model type:** Generative AI
|
11 |
+
- **Language(s):** Python, JavaScript
|
12 |
+
- **License:** [Insert License]
|
|
|
13 |
|
14 |
### Model Sources
|
15 |
|
16 |
- **Repository:** https://huggingface.co/gaurav16/mycopilot/tree/main
|
17 |
|
|
|
18 |
## Uses
|
19 |
|
20 |
### Direct Use
|
21 |
|
22 |
+
The copilot can be directly used in VSCode to assist with coding tasks, including generating test cases, offering code suggestions, executing shell commands, and providing editing capabilities.
|
23 |
|
24 |
### Downstream Use
|
25 |
|
|
|
27 |
|
28 |
### Out-of-Scope Use
|
29 |
|
30 |
+
The model is not intended for malicious use, and its capabilities are limited to providing assistance with software development tasks.
|
31 |
|
32 |
## Bias, Risks, and Limitations
|
33 |
|