Skip to content

Commit db583e3

Browse files
committed
Add logo; elmer -> ellmer
1 parent 065078d commit db583e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# chatlas
1+
# chatlas <a href="https://posit-dev.github.io/chatlas"><img src="docs/images/logo.png" align="right" height="138" alt="chatlas website" /></a>
22

33
<p>
44
<!-- badges start -->
@@ -13,7 +13,7 @@ It abstracts away complexity from common tasks like streaming chat interfaces, t
1313
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.
1414
Developer experience is also a key focus of chatlas: typing support, rich console output, and built-in tooling are all included.
1515

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

1818
## Install
1919

chatlas/_merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Adapted from https://github.com/langchain-ai/langchain/blob/master/libs/core/langchain_core/utils/_merge.py
2-
# Also tweaked to more closely match https://github.com/hadley/elmer/blob/main/R/utils-merge.R
2+
# Also tweaked to more closely match https://github.com/hadley/ellmer/blob/main/R/utils-merge.R
33

44
from __future__ import annotations
55

docs/images/logo.png

162 KB
Loading

0 commit comments

Comments
 (0)