Bedrock and VertexAI

This commit is contained in:
Cyber MacGeddon 2024-09-30 17:42:59 +01:00
parent dc45babbb9
commit e0866d9f92
14 changed files with 212 additions and 4 deletions

View file

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

View file

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