Skeleton Bedrock support

This commit is contained in:
JackColquitt 2024-08-06 12:09:40 -07:00
parent fd7c215217
commit 4637ef1475
6 changed files with 401 additions and 0 deletions

View file

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