openai_client 0.1.0

Client library for using the OpenAi Api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "object": "edit",
  "created": 1671716576,
  "choices": [
    {
      "text": "What day of the week is it?\nSunday\n",
      "index": 0
    }
  ],
  "usage": {
    "prompt_tokens": 25,
    "completion_tokens": 31,
    "total_tokens": 56
  }
}