Skip to content

Commit

Permalink
Tweak intro paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Dec 21, 2024
1 parent db583e3 commit f5d4720
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</p>

chatlas provides a simple and unified interface across large language model (llm) providers in Python.
It abstracts away complexity from common tasks like streaming chat interfaces, tool calling, structured output, and much more.
chatlas helps you prototype faster without painting you into a corner; for example, switching providers is as easy as changing one line of code, but provider specific features are still accessible when needed.
Developer experience is also a key focus of chatlas: typing support, rich console output, and built-in tooling are all included.
It helps you prototype faster by abstracting away complexity from common tasks like streaming chat interfaces, tool calling, structured output, and much more.
Switching providers is also as easy as changing one line of code, but you can also reach for provider-specific features when you need them.
Developer experience is also a key focus of chatlas: typing support, rich console output, and extension points are all included.

(Looking for something similar to chatlas, but in R? Check out [ellmer](https://ellmer.tidyverse.org/)!)

Expand Down

0 comments on commit f5d4720

Please sign in to comment.