Skip to content

v0.1.10

Compare
Choose a tag to compare
@mtasic85 mtasic85 released this 30 Jul 12:35
· 87 commits to main since this release

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