Update README.md
Browse files
README.md
CHANGED
@@ -30,6 +30,7 @@ docker run --gpus all --rm -p 8082:8080 -v $(realpath models):/models ghcr.io/gg
|
|
30 |
Create a `planner` instance on the client side.
|
31 |
|
32 |
```python
|
|
|
33 |
from gba.client import ChatClient, LlamaCppClient, MistralInstruct
|
34 |
from gba.planner import FineTunedPlanner
|
35 |
|
|
|
30 |
Create a `planner` instance on the client side.
|
31 |
|
32 |
```python
|
33 |
+
import json
|
34 |
from gba.client import ChatClient, LlamaCppClient, MistralInstruct
|
35 |
from gba.planner import FineTunedPlanner
|
36 |
|