From ccbaa4e247e070fc90323b1d4ba3d477d61147b0 Mon Sep 17 00:00:00 2001 From: henceiusegentoo Date: Tue, 8 Aug 2023 12:36:59 +0200 Subject: [PATCH] Updated Readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 75df0c7..4ca6077 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 🐍 Python library for accessing the Nova API ## Usage ## -Install the module (This requires Cargo) +Install the module ```sh $ pip install nova-python ``` @@ -87,9 +87,6 @@ content = reponse.get_message_content() *Happy prompting!*

## FAQ ## -**Q:** I get an error when installing the package -**A:** Make you sure, that you have Cargo installed - **Q**: I keep getting `RuntimeError: error sending request for url (https://api.nova-oss.com/v1/moderations): operation timed out` **A**: Try passing a higher value than 30 as `seconds_until_timeout` to `make_request`