Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Motivation

This assistant operates solely on the knowledge embedded within the language model and does not connect to external databases. Its behavior mirrors that of directly using ChatGPT or any other language model

Structure and Logic of Assistant

The assistant consists exclusively of the Chat with GPT module. This module processes the user’s message and the conversation history through a call to the large language model (LLM). It is important to note that this assistant does not perform any searches within internal knowledge databases, therefore its responses are based solely on the information contained within the LLM.

Possible Adaption of Assistant

The system message can be tailored to fulfill specific tasks. For detailed guidance on how to adjust the system message, please refer to the documentation available at: Your own Chat GPT assistant

Required and optional modules

The following modules are required/optional for this assistant:

Required

Optional

Chat with GPT

Example AI Assistant Configuration:

Download the provided TXT file and upload it into a new space as an AI Assistant configuration.


  • No labels