Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OKUA1 authored May 30, 2023
1 parent ff2da78 commit b2bedb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ In addition to OpenAI, some of the models can use [gpt4all](https://gpt4all.io/i
In order to use gpt4all, you need to install the corresponding submodule:

```bash
pip install scikit-llm[gpt4all]
pip install "scikit-llm[gpt4all]"
```

In order to switch from OpenAI to GPT4ALL model, simply provide a string of the format `gpt4all::<model_name>` as an argument. While the model runs completely locally, the estimator still treats it as an OpenAI endpoint and will try to check that the API key is present. You can provide any string as a key.
Expand Down

0 comments on commit b2bedb1

Please sign in to comment.