Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Info on Aya Expanse integration with WhatsApp. #361

Merged
merged 8 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added fern/assets/images/aya_expanse_whatsapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions fern/pages/changelog/2025-01-16-aya-expanse-on-whatsapp.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Aya Expanse is Available on WhatsApp!"
slug: "changelog/aya-expanse-on-whatsapp"
createdAt: "Fri Dec 13 2024 00:00:00 (MST)"
hidden: false
description: >-
Release announcement for the ability to chat with Aya Expanse on WhatsApp
---

[Aya](https://cohere.com/research/aya) Expanse is a multilingual large language model that is designed to expand the number of languages covered by generative AI. It is optimized to perform well in 23 languages, including Arabic, Chinese (simplified & traditional), Czech, Dutch, English, French, German, Greek, Hebrew, Russian, Spanish, and more.

Now, you can talk to Aya Expanse directly in the popular messaging service WhatsApp! All of Aya's functionality is avaible through the app, and you can find more details [here](https://docs.cohere.com/docs/aya#aya-expanse-integration-with-whatsapp).
28 changes: 28 additions & 0 deletions fern/pages/models/aya.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,34 @@ Espero que esta historia te sea útil para ilustrar vocabulario sencillo en espa

Finally, you can directly download the raw models for research purposes because Cohere For AI has released [Aya Expanse 8B](https://huggingface.co/CohereForAI/aya-expanse-8b) and [Aya Expanse 32B](https://huggingface.co/CohereForAI/aya-expanse-32b) as open-weight models, through HuggingFace. What’s more, the massively multilingual instruction data used for development of these models has been [made available](https://huggingface.co/datasets/CohereForAI/aya_collection) for download as well.

### Aya Expanse Integration with WhatsApp

In addition to the above, you also have the option of talking to Aya Expanse through the popular messaging service WhatsApp. Below, we'll answer some questions about this process.

<Note>
By communicating with Aya Expanse through WhatsApp, you agree to Cohere's Terms of Use and Privacy Policy. Large Language Models might hallucinate, so be sure to verify important information.
</Note>

#### How do I Talk to Aya with WhatsApp?
Use [this link](https://wa.me/14313028498) to open a WhatsApp chatbox with Aya Expanse. If you don't have WhatsApp downloaded on your machine you might need to do that, or, if you have it on your phone, you can follow the on-screen instructions to link your phone and WhatsApp Web. By the end, you should see a text window that looks something like this, which you can use to chat with the model:

<img src='../../assets/images/aya_expanse_whatsapp.png' />

#### Will I Get Charged for Talking to Aya?
Aya Expanse is free to use on WhatsApp. You will not be charged for any usage and are not limited in the number of interactions you can have with the model.

#### Are There Certain Aya Capabilities that Aren't Available Through WhatsApp?
Aya Expanse is a multilingual language model capable of conversing in 23 languages. However, [retrieval-augemented generation](https://docs.cohere.com/docs/retrieval-augmented-generation-rag) RAG and [tool-use](https://docs.cohere.com/docs/tools) are not available in WhatsApp, for that you should instead use the [Cohere chat endpoint](https://docs.cohere.com/reference/chat).

### Are There Special Commands I Should Keep in Mind while Chatting with Aya Expanse via Whatsapp?
Yes, you can send the “/clear” command to the model via WhatsApp to clear the context of your previous chat with the model and start a fresh conversation with Aya Expanse.

#### How do I Know It's Really Aya Expanse I'm Talking to?
If you follow the link provided above and see the "Aya Expanse by Cohere for AI" banner at the top, it's Aya.

#### What Should I do if the Model Becomes Unresponsive?
Aya Expanse should be accessible via Whatsapp at all times. Sometimes, a simple app refresh can resolve any temporary glitches. If the problem persists, we encourage you to report the issue on the [Cohere Discord server](https://discord.com/invite/co-mmunity).

## Find More
We hope you’ve found this as fascinating as we do! If you want to see more substantial projects you can check out these notebooks ([source](https://huggingface.co/CohereForAI/aya-expanse-32b)):

Expand Down
Loading