Skip to content

Commit

Permalink
Merge pull request #38 from microsoft/dev/t-schn/0.2.1
Browse files Browse the repository at this point in the history
Smaller bug fixes
  • Loading branch information
t-schn committed Aug 2, 2024
2 parents 8259616 + b05ab8a commit 2aadb7c
Show file tree
Hide file tree
Showing 8 changed files with 1,942 additions and 21 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Latest PyPI version](https://img.shields.io/pypi/v/sammo.svg)](https://pypi.python.org/pypi/sammo)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/microsoft/sammo/master?urlpath=tree/tutorials/0_quickstart.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/microsoft/sammo/master?urlpath=tree/docs/tutorials/quickstart.ipynb)

A flexible, easy-to-use library for running and optimizing prompts for Large Language Models (LLMs).

Expand All @@ -11,7 +11,7 @@ A flexible, easy-to-use library for running and optimizing prompts for Large Lan
## How to Get Started
Go to the [user guide](https://microsoft.github.io/sammo/) for examples, how-tos, and API reference.

Just want to have a quick look? Try the [live demo on Binder](https://mybinder.org/v2/gh/microsoft/sammo/master?urlpath=tree/tutorials/0_quickstart.ipynb).
Just want to have a quick look? Try the [live demo on Binder](https://mybinder.org/v2/gh/microsoft/sammo/master?urlpath=tree/docs/tutorials/quickstart.ipynb).

<!--start-->
### Install library only
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dependencies:
- pandas
- pip
- pip:
- sammo==0.1.0.4
- sammo==0.2.1
Loading

0 comments on commit 2aadb7c

Please sign in to comment.