trustgraph/trustgraph-flow/scripts/text-completion-googleaistudio
cybermaggedon 942eedb7b0
Google AI Studio (#110)
* Testing GoogleAIStudio support
---------

Co-authored-by: JackColquitt <daniel@kalntera.ai>
2024-10-09 15:34:46 +01:00

6 lines
96 B
Python
Executable file

#!/usr/bin/env python3
from trustgraph.model.text_completion.googleaistudio import run
run()