mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
OpenAI integration (#7)
* Preliminary OpenAI support * Version to 0.5.9 --------- Co-authored-by: JackColquitt <daniel@kalntera.ai>
This commit is contained in:
parent
4584464e69
commit
fd547f7762
15 changed files with 449 additions and 81 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