AzureOpenAI support (#102)

* Readme text tweak
* Added support for OpenAI in Azure
* Based AzureOpenAI support
This commit is contained in:
Jack Colquitt 2024-10-04 06:44:50 -07:00 committed by GitHub
parent 090f09fa38
commit d96ef8269a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 229 additions and 3 deletions

View file

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