Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Sep 17, 2024
1 parent 0f28e9b commit 1ad8b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ There are other providers and models available. Here is a list:

You can use a custom AI model that isn't built into Monacopilot by setting up a `model` when you create a new Copilot. This feature lets you connect to AI models from other services or your own custom-built models.

Please make sure you are using a better model, especially for coding tasks, to get the best and most accurate completions. Also, use a model with very low response latency (I suggest at least under 1.5 s) to enjoy a great experience or utilize the full power of Monacopilot. Otherwise, you may experience poor performance or inaccurate completions.

#### Example

```javascript
Expand Down Expand Up @@ -175,8 +177,6 @@ const copilot = new Copilot(process.env.HUGGINGFACE_API_KEY, {
});
```

> Please make sure you are using a better model, especially for coding tasks, to get the best and most accurate completions. Otherwise, you may experience poor performance or inaccurate completions.
#### Configuration

The `model` option accepts an object with two functions:
Expand Down

0 comments on commit 1ad8b84

Please sign in to comment.