Skip to content
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
2 changes: 1 addition & 1 deletion docs/usage/function-calling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To allow models to call external functions, open the **Cellm** ribbon in Excel a
- **File Reader**: Reads file contents, such as extracting text from PDFs.

<Frame>
<img src="https://getcellm.com/docs/images/usage/functions.png" />
<img src="https://assets.getcellm.com/docs/images/usage/functions.png" />
</Frame>

## Calling a function
Expand Down
4 changes: 2 additions & 2 deletions docs/usage/prompting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Cellm's `=PROMPT()` function outputs the AI response to a range of text, similar
For example, you can write `=PROMPT("Hello, what model are you and who made you?")` in a cell's formula. The default model will tell you that is called "Gemma" and made by Google DeepMind.

<Frame>
<img src="https://getcellm.com/docs/images/usage/first-prompt.png" />
<img src="https://assets.getcellm.com/docs/images/usage/first-prompt.png" />
</Frame>

## Referencing data in other cells
Expand All @@ -24,7 +24,7 @@ For example, you can import a CSV with a million news articles, write in a cell
A model is denoted by its provider and name seperated by a forward slash (`/`). The default model is Gemma 2 2B served via Ollama. This is denoted by `ollama/gemme2:2b`. Gemma 2 2B is a clever little model thats runs fine on a normal computer without GPU off-loading. Expand the drop-down list in Cellm's ribbon menu select another model:

<Frame caption="Select a model via the drop-down list.">
<img src="https://getcellm.com/docs/images/usage/select-model.png" />
<img src="https://assets.getcellm.com/docs/images/usage/select-model.png" />
</Frame>

The drop-down contains a list of preset models that offers a variety of speed and intelligence trade-offs.
Expand Down