LLM
/
Azure-OpenAI
copied
3 changed files with 5 additions and 3 deletions
@ -1,5 +1,5 @@ |
|||||
from .azure_openai_chat import AzureOpenaiChat |
from .azure_openai_chat import AzureOpenaiChat |
||||
|
|
||||
|
|
||||
def AzureOpenAI(*args, **kwargs): |
|
||||
|
def Azure_OpenAI(*args, **kwargs): |
||||
return AzureOpenaiChat(*args, **kwargs) |
return AzureOpenaiChat(*args, **kwargs) |
||||
|
@ -0,0 +1,2 @@ |
|||||
|
openai |
||||
|
plotly |
Loading…
Reference in new issue