trustgraph/scripts/text-completion-cohere
Jack Colquitt f349c8a72e
Bedrock, Cohere, and Mixed Support (#6)
* Added Cohere support
* Tweaks to rag prompt
* Bedrock support
* Version to 0.5.7
2024-08-07 19:27:37 +01:00

6 lines
88 B
Python
Executable file

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