From fbd159765fb74b1d870acf34d36e1fbefeb0a799 Mon Sep 17 00:00:00 2001 From: Dustin Miller <1342542+spdustin@users.noreply.github.com> Date: Fri, 10 Nov 2023 23:12:35 -0600 Subject: [PATCH] Typo --- _system-prompts/gpts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_system-prompts/gpts/README.md b/_system-prompts/gpts/README.md index b17771f..d5da4b3 100644 --- a/_system-prompts/gpts/README.md +++ b/_system-prompts/gpts/README.md @@ -3,7 +3,7 @@ ChatGPT now supports "Custom GPTs" which package a custom system message, various modalities to supoort it, and pre-filled files for retrieval-augmented generation (RAG). > [!WARNING] -> "GPTs" use a separate model (`gpt-4-gizmo`) with its own usage limit. That message limit is **shared between all "Cusrom GPTs"**, and has a 32k context size. +> "GPTs" use a separate model (`gpt-4-gizmo`) with its own usage limit. That message limit is **shared between all "Custom GPTs"**, and has a 32k context size. > > _While editing a Custom GPT, this limit does not apply (as of this commit)._