Update README.md
Browse files
README.md
CHANGED
@@ -30,9 +30,9 @@ A 1.3 bn state of the art model for api calling , documentation, testing managem
|
|
30 |
The tasks that the model can accomplish are the following.
|
31 |
|
32 |
```markdown
|
33 |
-
1. Convert any bad format text to open api
|
34 |
-
2. Convert any bad format text to mark down.
|
35 |
-
3. Given docs generate and execute the api call in python
|
36 |
```
|
37 |
|
38 |
## How we built it?
|
|
|
30 |
The tasks that the model can accomplish are the following.
|
31 |
|
32 |
```markdown
|
33 |
+
1. Convert any bad format text to open api format.
|
34 |
+
2. Convert any bad format text to mark down format.
|
35 |
+
3. Given docs and questions in natural language , generate and execute the api call in python.
|
36 |
```
|
37 |
|
38 |
## How we built it?
|