Skip to content

Commit

Permalink
docs: add note about prompts hallucinating with non-openai models
Browse files Browse the repository at this point in the history
  • Loading branch information
gventuri committed Jun 8, 2023
1 parent 53a17fe commit be1306d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ llm = Starcoder(api_token="YOUR_HF_API_KEY")
llm = Falcon(api_token="YOUR_HF_API_KEY")
```

Please note that at the moment OpenAI provides the best results, as the prompts are specifically designed for OpenAI and might hallucinate with other LLMs.

## License

PandasAI is licensed under the MIT License. See the LICENSE file for more details.
Expand All @@ -232,10 +234,10 @@ pre-commit install

### Todo

- [ ] Add support for more LLMs
- [x] Add support for more LLMs
- [x] Make PandasAI available from a CLI
- [ ] Create a web interface for PandasAI
- [ ] Add unit tests
- [x] Add unit tests
- [x] Add contributing guidelines
- [x] Add CI
- [x] Add support for conversational responses

0 comments on commit be1306d

Please sign in to comment.