Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidoort committed May 10, 2024
1 parent 1e2de48 commit 2127774
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions plugins/cohere/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<h1 align="center">Firebase Genkit <> Mistral AI Plugin</h1>
<h1 align="center">Firebase Genkit <> Cohere AI Plugin</h1>

<h4 align="center">Mistral AI Community Plugin for Google Firebase Genkit</h4>
<h4 align="center">Cohere AI Community Plugin for Google Firebase Genkit</h4>

<div align="center"></div>

`genkitx-mistralai` is a community plugin for using Mistral AI and all its supported models with [Firebase GenKit](https://github.com/firebase/genkit).
`genkitx-cohere` is a community plugin for using Cohere AI and all its supported models with [Firebase GenKit](https://github.com/firebase/genkit).

## Installation

Install the plugin in your project with your favorite package manager:

- `npm install genkitx-mistralai`
- `yarn add genkitx-mistralai`
- `npm install genkitx-cohere`
- `yarn add genkitx-cohere`

## Usage

Expand Down
10 changes: 5 additions & 5 deletions plugins/mistralai/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<h1 align="center">Firebase Genkit <> Cohere Plugin</h1>
<h1 align="center">Firebase Genkit <> Mistral AI Plugin</h1>

<h4 align="center">Cohere Community Plugin for Google Firebase Genkit</h4>
<h4 align="center">Mistral AI Community Plugin for Google Firebase Genkit</h4>

<div align="center"></div>

`genkitx-cohere` is a community plugin for using Cohere and all its supported models with [Firebase GenKit](https://github.com/firebase/genkit).
`genkitx-mistralai` is a community plugin for using Mistral AI and all its supported models with [Firebase GenKit](https://github.com/firebase/genkit).

## Installation

Install the plugin in your project with your favorite package manager:

- `npm install genkitx-cohere`
- `yarn add genkitx-cohere`
- `npm install genkitx-mistralai`
- `yarn add genkitx-mistralai`

## Usage

Expand Down

0 comments on commit 2127774

Please sign in to comment.