Skip to content
Open
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 docs/src/assets/completion.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/src/content/docs/features/code-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Refact offers a powerful AI-driven code completion feature.

Refact utilizes a technique called **Fill-in-the-middle** (FIM), where the context before and after your cursor is considered to predict and insert the most relevant code snippets.

![Create a completion gif](../../../assets/completion.gif)

## Code Completion Models

- **Cloud Version**: The cloud version of Refact uses the `Refact-1.6-fim` and `starcoder2/3b` model.
Expand Down