Skip to content

Commit

Permalink
Mention chat_snowflake() in the README (#278)
Browse files Browse the repository at this point in the history
Plus, make sure we refer to the renamed `chat_cortex_analyst()`
function rather than the deprecated `chat_cortex()`.

Signed-off-by: Aaron Jacobs <[email protected]>
  • Loading branch information
atheriel authored Jan 27, 2025
1 parent ebcd711 commit 8281a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ellmer supports a wide variety of model providers:
* OpenAI: `chat_openai()`.
* OpenRouter: `chat_openrouter()`.
* perplexity.ai: `chat_perplexity()`.
* Snowflake Cortex: `chat_cortex()`.
* Snowflake Cortex: `chat_snowflake()` and `chat_cortex_analyst()`.
* VLLM: `chat_vllm()`.

## Model choice
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ellmer supports a wide variety of model providers:
- OpenAI: `chat_openai()`.
- OpenRouter: `chat_openrouter()`.
- perplexity.ai: `chat_perplexity()`.
- Snowflake Cortex: `chat_cortex()`.
- Snowflake Cortex: `chat_snowflake()` and `chat_cortex_analyst()`.
- VLLM: `chat_vllm()`.

## Model choice
Expand Down

0 comments on commit 8281a07

Please sign in to comment.