Preliminary OpenAI support

This commit is contained in:
JackColquitt 2024-08-08 20:24:33 -07:00
parent d5a19e8fb1
commit d94f730dfd
7 changed files with 369 additions and 1 deletions

6
scripts/text-completion-openai Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.openai import run
run()