Update README.md
Browse files
README.md
CHANGED
@@ -62,7 +62,7 @@ To prepare your prompts make sure you keep this format:
|
|
62 |
```
|
63 |
|
64 |
|
65 |
-
Here is an example comparing it to
|
66 |
|
67 |
Prompt:
|
68 |
```
|
@@ -206,7 +206,7 @@ docsgpt-14b:
|
|
206 |
This is a mock request to the /api/answer endpoint using Python. It sends a JSON in the body with the question and other required parameters. The response is then parsed and returned.
|
207 |
```
|
208 |
|
209 |
-
The original meta-llama/Llama-2-
|
210 |
```
|
211 |
|
212 |
# answer (POST http://127.0.0.1:5000/api/answer)
|
|
|
62 |
```
|
63 |
|
64 |
|
65 |
+
Here is an example comparing it to meta-llama/Llama-2-14b
|
66 |
|
67 |
Prompt:
|
68 |
```
|
|
|
206 |
This is a mock request to the /api/answer endpoint using Python. It sends a JSON in the body with the question and other required parameters. The response is then parsed and returned.
|
207 |
```
|
208 |
|
209 |
+
The original meta-llama/Llama-2-14b:
|
210 |
```
|
211 |
|
212 |
# answer (POST http://127.0.0.1:5000/api/answer)
|