Fabbbr0
Results
2
issues of
Fabbbr0
''' import pydirectinput while True: pydirectinput.move(100, 0) print("hek") ''' The mouse dosent move
### Example Code ```python from gpt4all import GPT4All model = GPT4All("orca-mini-3b-gguf2-q4_0.gguf") output = model.generate("The capital of France is ", max_tokens=3) print(output) ``` and this is what i get Process finished...
bug
bindings
python-bindings