From c7514f9a841c1d1d96f5d656ccaf4e88c8f7a4de Mon Sep 17 00:00:00 2001 From: Jocelin Hounon Date: Wed, 29 Nov 2023 11:44:58 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3d3ded..5b3ef89 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,9 @@ what is planned for the future: ## Pricing -`qwikcrud` makes one API call per prompt. Please note that `qwikcrud` will add a system prompt of around 900 tokens to your -prompt. The cost of the API call may vary depending on the output length. For example, with the GPT-3.5-turbo-1106 -model, it will cost around $0.003 to generate your application. +`qwikcrud` makes one API call per prompt. Please note that `qwikcrud` will add a system prompt of around 900 tokens to +your prompt. For example, with the GPT-3.5-turbo-1106 model, it will cost around $0.003 to generate your application. +The cost may vary depending on the output length. ## Contributing