From d79804197d140b1641ef64edcfe126831c8fafdd Mon Sep 17 00:00:00 2001 From: 0xLisanAlGaib <0xlisanalgaib@gmail.com> Date: Thu, 12 Jun 2025 15:38:29 -0600 Subject: [PATCH 1/5] Updated the "Using FlowDocs in LLMs" page to be LLM agnostic Updated guide to support both ChatGPT and Gemini Gems --- docs/tutorials/ai-plus-flow/chatgpt/index.md | 58 ++++++++++---------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/docs/tutorials/ai-plus-flow/chatgpt/index.md b/docs/tutorials/ai-plus-flow/chatgpt/index.md index ba8e630d05..1bfe21e922 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 LLs -[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.