diff --git a/docs/tutorials/ai-plus-flow/chatgpt/index.md b/docs/tutorials/ai-plus-flow/chatgpt/index.md index ba8e630d05..300df8101c 100644 --- a/docs/tutorials/ai-plus-flow/chatgpt/index.md +++ b/docs/tutorials/ai-plus-flow/chatgpt/index.md @@ -4,6 +4,7 @@ sidebar_label: Use ChatGPT sidebar_position: 2 keywords: - ChatGPT + - Gemini - AI - OpenAI - Flow documentation @@ -16,11 +17,11 @@ keywords: - Flow AI assistance --- -# Use Flow Knowledge Base in ChatGPT +# Use Flow Knowledge Base in Custom LLMs -[ChatGPT] is an AI assistant developed by [OpenAI] that can help with tasks such as writing, coding, and answering questions. It adapts to context and user input to provide relevant, conversational responses. ChatGPT can be integrated into developer tools or workflows to assist with documentation, debugging, and productivity. +LLMs can help with tasks such as writing, coding, and answering questions. It adapts to context and user input to provide relevant, conversational responses. They can be integrated into developer tools or workflows to assist with documentation, debugging, and productivity. -This guide walks you through creating a **Custom GPT** using ChatGPT that can reference the [Flow Data Sources] file to answer questions. +This guide walks you through creating a **Custom LLM**, such as [ChatGPT]'s GPTs or [Gemini]'s Gems, that can reference the [Flow Data Sources] file to answer questions.