-
-
Notifications
You must be signed in to change notification settings - Fork 7
OpenAI.ChatCompletion.ChatLog
Andrew Lambert edited this page Mar 6, 2023
·
1 revision
OpenAI.ChatCompletion.ChatLog
Dim ChatLog As OpenAI.ChatCompletionData
Holds a reference to the ChatCompletionData object containing previous chat messages. This log will be passed to chat completions generated by the ChatCompletion.GenerateNext() method, providing the context of the conversation. You may add, insert, or remove messages from the log before calling GenerateNext()
to manipulate the context.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.