mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Google AI Studio (#110)
* Testing GoogleAIStudio support --------- Co-authored-by: JackColquitt <daniel@kalntera.ai>
This commit is contained in:
parent
aea30ae0d3
commit
942eedb7b0
6 changed files with 231 additions and 1 deletions
6
trustgraph-flow/scripts/text-completion-googleaistudio
Executable file
6
trustgraph-flow/scripts/text-completion-googleaistudio
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.model.text_completion.googleaistudio import run
|
||||
|
||||
run()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue