Structsยง
- The format accepted by the API.
- Guarded
Stream ๐Custom stream that encapsulates both the response stream and the cancellation guard. Makes sure that the guard is always dropped when the stream is dropped.
Constantsยง
Functionsยง
- build_
headers ๐Build the headers for the API request. - Estimate the number of tokens in a given text. We use this for example to estimate the expense of a chat request. The result is not accurate but it is cheap to calculate.