openai_client 0.1.0

Client library for using the OpenAi Api
Documentation
{
  "id": "cmpl-6QGSaBmcS8vJkOderptRPPOEEzRq2",
  "object": "text_completion",
  "created": 1671717820,
  "model": "text-davinci-003",
  "choices": [
    {
      "text": " sleep for a week\n\nIf you are feeling exhausted it is best to try",
      "index": 0,
      "logprobs": null,
      "finish_reason": "length"
    }
  ],
  "usage": {
    "prompt_tokens": 6,
    "completion_tokens": 16,
    "total_tokens": 22
  }
}