You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install the necessary dependencies, including development and test dependencies:
21
21
22
22
```shell
23
-
pip install -e ."[dev,test]"
23
+
pip install -e ."[dev,test,litellm]"
24
24
```
25
25
26
26
### Start Coding
@@ -35,4 +35,4 @@ Before creating a pull request, run `scripts/lint.sh` and `scripts/tests.sh` to
35
35
### Code Review
36
36
After submitting your pull request, be patient and receptive to feedback from reviewers. Address any concerns they raise and collaborate to refine the code. Together, we can enhance the ShellGPT project.
37
37
38
-
Thank you once again for your contribution! We're excited to have you join us.
38
+
Thank you once again for your contribution! We're excited to have you join us.
0 commit comments