Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Releases: pszemraj/lm-api

basic installable package

14 Jan 20:33
57a036b
Compare
Choose a tag to compare

Finally, rewritten to a basic python package! You can now install it with the following:

# create a virtual environment (optional)
pip install git+https://github.com/pszemraj/lm-api.git

You can then run queries vs. dataframe-like files (i.e., pandas can read it, like CSV) with lm-api -i /path/to/file. See the repo or run lm-api --help for more details & options.

What's Changed

Full Changelog: v0.0.3...v0.1

input/output checks

25 Aug 01:51
5a1ae98
Compare
Choose a tag to compare

Adds some validation on user-entered args and output locations: choice of engine to use for the API and output dir. Thanks @dpaleka !

What's Changed

  • Bug fixes on output_dir and model_id for openai by @dpaleka in #3

New Contributors

Full Changelog: v0.0.2...v0.0.3

support textfile inputs

15 Aug 18:22
c225b7a
Compare
Choose a tag to compare

Before it had to be a pandas df, now can be that or textfile with each query on a new line. Outputs are now formatted more nicely for usage as markdown

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

16 Jun 12:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/pszemraj/lm-api/commits/v0.0.1