Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Fix capitalization and add partner course #61

Merged
merged 2 commits into from
Apr 26, 2024
Merged
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
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
This javascript client is inspired from [cohere-typescript](https://github.com/cohere-ai/cohere-typescript)
This JavaScript client is inspired from [cohere-typescript](https://github.com/cohere-ai/cohere-typescript)

# Mistral Javascript Client
# Mistral JavaScript Client

You can use the Mistral Javascript client to interact with the Mistral AI API.
You can use the Mistral JavaScript client to interact with the Mistral AI API.

## Installing

Expand All @@ -12,6 +12,8 @@ You can install the library in your project using:

## Usage

You can watch a free course on using the Mistral JavaScript client [here.](https://scrimba.com/links/mistral)

### Set up

```typescript
Expand Down