mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 20:02:11 +02:00
Preliminary OpenAI support
This commit is contained in:
parent
d5a19e8fb1
commit
d94f730dfd
7 changed files with 369 additions and 1 deletions
6
scripts/text-completion-openai
Executable file
6
scripts/text-completion-openai
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.model.text_completion.openai import run
|
||||
|
||||
run()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue