Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
10 |
|
11 |
TLDR;
|
12 |
- Updated to V2:
|
13 |
-
- Now it can
|
14 |
- The model is quite fun to play with as it seems pretty competent:
|
15 |
- It's much better than bigger general models but not perfect.
|
16 |
- It shows a good understanding about coding:
|
@@ -240,6 +240,5 @@ class Solution:
|
|
240 |
else:
|
241 |
l.append(nums[i])
|
242 |
return [-1,-1]
|
243 |
-
```
|
244 |
'''
|
245 |
```
|
|
|
10 |
|
11 |
TLDR;
|
12 |
- Updated to V2:
|
13 |
+
- Now it can deal with Leetcode problems, (still far from being perfect, check the example).
|
14 |
- The model is quite fun to play with as it seems pretty competent:
|
15 |
- It's much better than bigger general models but not perfect.
|
16 |
- It shows a good understanding about coding:
|
|
|
240 |
else:
|
241 |
l.append(nums[i])
|
242 |
return [-1,-1]
|
|
|
243 |
'''
|
244 |
```
|