Upsonic / gpt-computer-assistant

Intelligence development framework in python for your product like Apple Intelligence
https://GCA.dev
MIT License
5.25k stars 485 forks source link

computerassistant not working #180

Open GarvGarg3 opened 4 months ago

GarvGarg3 commented 4 months ago

The command isnt working on my git bash

onuratakan commented 4 months ago

Is there any command not found error?

GarvGarg3 commented 4 months ago

'computerassistant' is not a git command

onuratakan commented 4 months ago

'computerassistant' is not a git command

Actualy if you installed via pip3

you can use in a py file

from gpt_computer_assistant import start

start()
Macaulay1234 commented 4 months ago

'computerassistant' is not a git command

Actualy if you installed via pip3

you can use in a py file

from gpt_computer_assistant import start

start()