From 2ad878aa8cb98f773a0b63863c320c8242d43d4a Mon Sep 17 00:00:00 2001 From: maximevoisincohere <157384859+maximevoisincohere@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:46:34 +0200 Subject: [PATCH] Update prompting-command-r.mdx Signed-off-by: maximevoisincohere <157384859+maximevoisincohere@users.noreply.github.com> --- .../prompt-engineering/prompting-command-r.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fern/pages/text-generation/prompt-engineering/prompting-command-r.mdx b/fern/pages/text-generation/prompt-engineering/prompting-command-r.mdx index 2a5271c0..79ee61d8 100644 --- a/fern/pages/text-generation/prompt-engineering/prompting-command-r.mdx +++ b/fern/pages/text-generation/prompt-engineering/prompting-command-r.mdx @@ -19,9 +19,7 @@ Each task requires its own prompt template. This document outlines the structure - Single-Step Tool Use with Command R/R+ (Function Calling) - Multi-Step Tool Use with Command R/R+ (Agents) -The easiest way to make sure your prompts will work well with Command R/R+ is to use our [tokenizer on Hugging Face](https://huggingface.co/CohereForAI/c4ai-command-r-v01). Today, HuggingFace has prompt templates for: -- RAG with Command R/R+ -- Single-Step Tool Use with Command R/R+ (Function Calling) +The easiest way to make sure your prompts will work well with Command R/R+ is to use our [tokenizer on Hugging Face](https://huggingface.co/CohereForAI/c4ai-command-r-v01). Today, HuggingFace has prompt templates for Retrieval-Augmented Generation (RAG) and Single-Step Tool Use with Command R/R+ (Function Calling). We are working on adding prompt templates in HuggingFace for Multi-Step Tool Use with Command R/R+ (Agents).