mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 01:01:03 +02:00
Added support for OpenAI in Azure
This commit is contained in:
parent
96cc59739c
commit
d219b9a7cd
4 changed files with 227 additions and 0 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