trustgraph/trustgraph/model/text_completion/cohere/__main__.py
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

7 lines
85 B
Python
Executable file

#!/usr/bin/env python3
from . llm import run
if __name__ == '__main__':
run()