Support to move the cursor with the left and right keys (#73)
Browse files- src/EdgeGPT.py +1 -0
src/EdgeGPT.py
CHANGED
@@ -6,6 +6,7 @@ import asyncio
|
|
6 |
import json
|
7 |
import os
|
8 |
import random
|
|
|
9 |
import sys
|
10 |
from typing import Generator
|
11 |
from typing import Optional
|
|
|
6 |
import json
|
7 |
import os
|
8 |
import random
|
9 |
+
import readline
|
10 |
import sys
|
11 |
from typing import Generator
|
12 |
from typing import Optional
|