|
AQIT 0.1.0
|
Public Member Functions | |
| None | __init__ (self, "AquinOpenAIProxy" proxy) |
| Any | create (self, **Any kwargs) |
Protected Attributes | |
| _proxy = proxy | |
Definition at line 40 of file openai_client.py.
| None aquin.compute.openai_client._ProxyChatCompletions.__init__ | ( | self, | |
| "AquinOpenAIProxy" | proxy ) |
Definition at line 41 of file openai_client.py.
| Any aquin.compute.openai_client._ProxyChatCompletions.create | ( | self, | |
| **Any | kwargs ) |
Definition at line 44 of file openai_client.py.
References _proxy.
|
protected |
Definition at line 42 of file openai_client.py.
Referenced by create(), and aquin.compute.openai_client._ProxyEmbeddings.create().