mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
* Preliminary OpenAI support * Version to 0.5.9 --------- Co-authored-by: JackColquitt <daniel@kalntera.ai>
6 lines
88 B
Python
Executable file
6 lines
88 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from trustgraph.model.text_completion.openai import run
|
|
|
|
run()
|
|
|