Skip to contents

Run this in the console

Usage

start_chat(model_type = "gpt-4")

Arguments

model_type

string, default "gpt-4"

Value

list called my_chat to the global environment

Details

Very basic right now, no error checking. Chat history is preserved in my_chat which is returned to the global environment. Running this function initializes my_chat, and deletes anything that was in there.