Skip to content

Commit

Permalink
Add logo; elmer -> ellmer
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Dec 21, 2024
1 parent 065078d commit db583e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# chatlas
# chatlas <a href="https://posit-dev.github.io/chatlas"><img src="docs/images/logo.png" align="right" height="138" alt="chatlas website" /></a>

<p>
<!-- badges start -->
Expand All @@ -13,7 +13,7 @@ It abstracts away complexity from common tasks like streaming chat interfaces, t
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.

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

## Install

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

from __future__ import annotations

Expand Down
Binary file added docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db583e3

Please sign in to comment.