OpenAIWebClient class

OpenAIWebClient class

Build-in lightweight OpenAI web client

The OpenAIWebClient type exposes the following members:

Constructors

ConstructorDescription
__init__Creates instance of OpenAI Web client.

Methods

MethodDescription
create_conversationCreates a conversation instance. Unlike regular AI calls, conversations retain the entire context.

See Also