OpenAI API HTTP Response handling
Handling HTTP responses from openai API, and tests for this.
All functions handling HTTP requests and responses from OpenAI API will catch:
- RateLimitError
- OpenAIError
- JSONDecodeError
- Exception
There is written tests for this as well
Closes #38 (closed)
Edited by Sander Skogh Linnerud