mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
AzureOpenAI support (#102)
* Readme text tweak * Added support for OpenAI in Azure * Based AzureOpenAI support
This commit is contained in:
parent
090f09fa38
commit
d96ef8269a
6 changed files with 229 additions and 3 deletions
6
trustgraph-flow/scripts/text-completion-azure-openai
Executable file
6
trustgraph-flow/scripts/text-completion-azure-openai
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.model.text_completion.azure_openai import run
|
||||
|
||||
run()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue