Update README.md
Browse files
README.md
CHANGED
@@ -33,6 +33,7 @@ Create a `planner` instance on the client side.
|
|
33 |
import json
|
34 |
from gba.client import ChatClient, LlamaCppClient, MistralInstruct
|
35 |
from gba.planner import FineTunedPlanner
|
|
|
36 |
|
37 |
llm = LlamaCppClient(url="http://localhost:8082/completion")
|
38 |
model = MistralInstruct(llm=llm)
|
|
|
33 |
import json
|
34 |
from gba.client import ChatClient, LlamaCppClient, MistralInstruct
|
35 |
from gba.planner import FineTunedPlanner
|
36 |
+
from gba.utils import Scratchpad
|
37 |
|
38 |
llm = LlamaCppClient(url="http://localhost:8082/completion")
|
39 |
model = MistralInstruct(llm=llm)
|