chat.chat#

Module Contents#

Classes#

API#

class chat.chat.AsyncChatResource(client: nemo_platform._client.AsyncNeMoPlatform)#

Bases: nemo_platform._resource.AsyncAPIResource

Initialization

property completions: chat.completions.AsyncCompletionsResource#
property with_raw_response: chat.chat.AsyncChatResourceWithRawResponse#
property with_streaming_response: chat.chat.AsyncChatResourceWithStreamingResponse#
class chat.chat.AsyncChatResourceWithRawResponse(chat: chat.chat.AsyncChatResource)#

Initialization

property completions: chat.completions.AsyncCompletionsResourceWithRawResponse#
class chat.chat.AsyncChatResourceWithStreamingResponse(
chat: chat.chat.AsyncChatResource,
)#

Initialization

property completions: chat.completions.AsyncCompletionsResourceWithStreamingResponse#
class chat.chat.ChatResource(client: nemo_platform._client.NeMoPlatform)#

Bases: nemo_platform._resource.SyncAPIResource

Initialization

property completions: chat.completions.CompletionsResource#
property with_raw_response: chat.chat.ChatResourceWithRawResponse#
property with_streaming_response: chat.chat.ChatResourceWithStreamingResponse#
class chat.chat.ChatResourceWithRawResponse(chat: chat.chat.ChatResource)#

Initialization

property completions: chat.completions.CompletionsResourceWithRawResponse#
class chat.chat.ChatResourceWithStreamingResponse(chat: chat.chat.ChatResource)#

Initialization

property completions: chat.completions.CompletionsResourceWithStreamingResponse#