From b32cb60f8ec6c9ea976bbc4531350ef2ab994e8a Mon Sep 17 00:00:00 2001 From: Miguel David <5032582+minac@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:28:09 +0200 Subject: [PATCH] Fix mistake in content (#8951) ChatGPT is not a language model. --- .../prompt-engineering/content/openai@Yb5cQiV2ETxPbBYCLOpt2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/prompt-engineering/content/openai@Yb5cQiV2ETxPbBYCLOpt2.md b/src/data/roadmaps/prompt-engineering/content/openai@Yb5cQiV2ETxPbBYCLOpt2.md index 661b82428..b30162b01 100644 --- a/src/data/roadmaps/prompt-engineering/content/openai@Yb5cQiV2ETxPbBYCLOpt2.md +++ b/src/data/roadmaps/prompt-engineering/content/openai@Yb5cQiV2ETxPbBYCLOpt2.md @@ -1,3 +1,3 @@ # OpenAI -OpenAI developed influential language models including GPT-3, GPT-4, and ChatGPT, setting industry standards for prompt engineering practices. Their API provides access to powerful LLMs with configurable parameters like temperature and max tokens. Many prompt engineering techniques and best practices originated from working with OpenAI systems. \ No newline at end of file +OpenAI developed influential language models including GPT-3, GPT-4, and o3, setting industry standards for prompt engineering practices. Their API provides access to powerful LLMs with configurable parameters like temperature and max tokens. Many prompt engineering techniques and best practices originated from working with OpenAI systems.