Icon

2) Chat Model

This directory contains 5 workflows.

Icon2.1 - Simple ChatGPT prompt 

This workflow shows how to connect to the model behind ChatGPT and send prompts to it. The key difference between a LLM and a ChatModel is that a ChatModel […]

Icon2.2 - ChatGPT Data App 

Execute and open the view of the Chat App component to chat with the AI. In order to run the workflow you need an OpenAI API key. If you don't have one […]

Icon2.3 - ChatModel Temperature 

In the context of language models like ChatGPT (which is an example of a large language models), temperature is a parameter that affects the randomness and […]

Icon2.4 - Azure OpenAI ChatApp 

To run the workflow with Azure nodes, you need a Microsoft Azure account, an OpenAI API key and access to Microsoft's OpenAI services. More information is […]

Icon2.5 - Retrieval Augmented Generation ChatApp 

Retrieval Augmented Generation (RAG) is a way to expose large language models to up-to-date information. This can provide additional context for an LLM to […]