Skip to content

Releases: log10-io/log10

0.12.0

29 Aug 03:14
acef8b2
Compare
Choose a tag to compare

What's Changed

CLI

  • add cli auto-prompt analyze - prompt analyzer in cli by @wenzhe-log10 in #288
    • Please check the CLI doc for detailed usage for input prompt/messages.
  • cli benchmark_models - support OpenAI fine-tuned models by @wenzhe-log10 in #287

OpenAI Compatibility

  • Generalize perplexity logic for streaming end detection across OpenAI compatible models by @kxtran in #286
    • Tested with Cerebras, Mistral, and Perplexity.

Maintenance

Full Changelog: 0.11.0...0.12.0

0.11.0

23 Aug 03:47
59c40e8
Compare
Choose a tag to compare

What's Changed

New

  • Add async streaming support for OpenAI compatible models (e.g Mistral and Perplexity) by @kxtran in #281

Full Changelog: 0.10.11...0.11.0

0.10.11

22 Aug 02:27
974ce9f
Compare
Choose a tag to compare

What's Changed

CLI

Full Changelog: 0.10.10...0.10.11

0.10.10

19 Aug 17:02
31d7d72
Compare
Choose a tag to compare

What's Changed

Fix

Full Changelog: 0.10.9...0.10.10

0.10.9

16 Aug 20:17
406eb49
Compare
Choose a tag to compare

What's Changed

CLI updates

Full Changelog: 0.10.8...0.10.9

0.10.8

14 Aug 00:21
cbe2b22
Compare
Choose a tag to compare

What's Changed

CLI

Update dependencies

  • Dependency update by @wenzhe-log10 in #263
    • openai -> 1.40.6
    • anthropic -> 0.33.1
    • magentic -> 0.31.0

Full Changelog: 0.10.7...0.10.8

0.10.7

08 Aug 17:32
0002a75
Compare
Choose a tag to compare

What's Changed

Log19 CLI

  • allow benchmark_models --id to take a json file of completion ids by @wenzhe-log10 in #250
    Example:
log10 completions benchmark_models --ids list_comp_ids.json --models=gpt-4o-mini -f benchmark_summ_test_gpt4o_mini.jsonl

JSON file examples:

[
    "545ab06c-07b0-4720-bce8-68df8201dbcc",
    "c01e663f-cd8a-4cd8-8aa8-6b6ef8966b4d",
    "c450eb50-5e0f-4bcc-9faf-3a1d4183f41a"
]

Full Changelog: 0.10.6...0.10.7

0.10.6

02 Aug 21:21
ed94392
Compare
Choose a tag to compare

What's Changed

Maintenance

Full Changelog: 0.10.5...0.10.6

0.10.5

01 Aug 15:12
920edec
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Fix listing and download completions cli bug by @kxtran in #240

Chores

Full Changelog: 0.10.4...0.10.5

0.10.4

30 Jul 19:14
7611486
Compare
Choose a tag to compare

What's Changed

CLI Features

Full Changelog: 0.10.3...0.10.4