Added support for OpenAI in Azure

This commit is contained in:
JackColquitt 2024-10-03 15:21:01 -07:00 committed by Cyber MacGeddon
parent 96cc59739c
commit d219b9a7cd
4 changed files with 227 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.azure_openai import run
run()