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

|