v0.1.10
Added:
- In openai
, support for prompt
and extra_body
. Reference: https://github.com/openai/openai-python/blob/195c05a64d39c87b2dfdf1eca2d339597f1fce03/src/openai/resources/completions.py#L41
- Pass llama-cli
options to openai
.
- util
module with is_cuda_available
function.
- openai
supports both prompt
and messages
. Reference: https://github.com/openai/openai-python/blob/195c05a64d39c87b2dfdf1eca2d339597f1fce03/src/openai/resources/completions.py#L45