Skip to content

Releases: microsoft/sammo

New runners for Claude and Gemini

19 Aug 20:55
0fa1dfa
Compare
Choose a tag to compare

Added two new runners to show how to interface with other REST LLM APIs

Small bug fixes

02 Aug 20:42
2aadb7c
Compare
Choose a tag to compare
  • costs are now correctly retrieved from cached requests
  • small bug in plotting fixed

Plotting now possible!

16 Jul 17:52
95ee1f8
Compare
Choose a tag to compare

Visualize the execution trace as well as the static program graph now via .plot_call_trace() and .plot_program().

What's Changed

Saving the optimizer state

10 Jul 17:20
420df88
Compare
Choose a tag to compare

Now possible via optimizer.save().

Added Python 3.9 + 3.10 compatibility

30 May 20:28
24c5dc4
Compare
Choose a tag to compare

SAMMO should now run on Python 3.9 and 3.10 as parts of asyncio have been backported.

0.1.6: Better embeddings

28 Mar 17:14
f32e17f
Compare
Choose a tag to compare

Embeddings are now cached via a SQLite database on an instance basis. This avoids having to call endpoints repeatedly if batch ordering differs.

0.1.4: New tutorial

12 Mar 21:36
2f8f0f2
Compare
Choose a tag to compare
Merge pull request #27 from microsoft/dev/t-schn/new-tutorial

New tutorial

0.1.3

12 Mar 20:01
7c6e1bc
Compare
Choose a tag to compare

Refactoring and smaller bug fixes

0.1.0.6

25 Jan 02:04
a5d874e
Compare
Choose a tag to compare

No API changes

0.1.0.5

25 Jan 01:36
376eeda
Compare
Choose a tag to compare

This release does not change API or functionality. Some test and build dependencies have been removed.