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
- Bump litellm from 1.42.5 to 1.83.4
- Keep api_key in additional_kwargs for litellm completion calls
- Remove outdated Docker + Ollama section from README
- Minor wording improvements in README
- Fix unicode dash in REPL help text
Copy file name to clipboardExpand all lines: README.md
+1-30Lines changed: 1 addition & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ pip install shell-gpt
10
10
By default, ShellGPT uses OpenAI's API and GPT-4 model. You'll need an API key, you can generate one [here](https://platform.openai.com/api-keys). You will be prompted for your key which will then be stored in `~/.config/shell_gpt/.sgptrc`. OpenAI API is not free of charge, please refer to the [OpenAI pricing](https://openai.com/pricing) for more information.
11
11
12
12
> [!TIP]
13
-
> Alternatively, you can use locally hosted opensource models which are available for free. To use local models, you will need to run your own LLM backend server such as [Ollama](https://github.com/ollama/ollama). To set up ShellGPT with Ollama, please follow this comprehensive[guide](https://github.com/TheR1D/shell_gpt/wiki/Ollama).
13
+
> Alternatively, you can run open-source models locally for free. This requires setting up your own LLM backend, such as [Ollama](https://github.com/ollama/ollama). To get ShellGPT working with Ollama, follow this detailed[guide](https://github.com/TheR1D/shell_gpt/wiki/Ollama)
14
14
>
15
15
> **❗️Note that ShellGPT is not optimized for local models and may not work as expected.**
16
16
@@ -456,35 +456,6 @@ You also can use the provided `Dockerfile` to build your own image:
456
456
docker build -t sgpt .
457
457
```
458
458
459
-
### Docker + Ollama
460
-
461
-
If you want to send your requests to an Ollama instance and run ShellGPT inside a Docker container, you need to adjust the Dockerfile and build the container yourself: the litellm package is needed and env variables need to be set correctly.
0 commit comments