Update README.md
Browse files
README.md
CHANGED
@@ -118,4 +118,9 @@ print(response)
|
|
118 |
|
119 |
# Extract the updated code from the response
|
120 |
updated_code = response.split("<updated-code>")[1].split("</updated-code>")[0]
|
121 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
118 |
|
119 |
# Extract the updated code from the response
|
120 |
updated_code = response.split("<updated-code>")[1].split("</updated-code>")[0]
|
121 |
+
```
|
122 |
+
|
123 |
+
|
124 |
+
## Evaluation:
|
125 |
+
|
126 |
+

|