chatgpt-api-python-sales
chatgpt-api-python-sales copied to clipboard
Find real-time sales with AI-powered Python API using ChatGPT and LLM (Large Language Model) App.
After running main.py for the first time, I encountered a rate limit error. ``` INFO error_code=rate_limit_exceeded error_message='Rate limit reached for text-embedding-ada-002 in organization org-xxxxx on requests per min (RPM): Limit...
I've got the app running (thanks for the changes!) and am testing it out now with the `discounts.csv` file included in the repo. I seem to be getting inconsistent answers...
- interchanged step 3 and 4 (install v-env first then required packages, otherwise main.py won't run) - move "run with Docker" section to bottom of instructions - remove mention of...