Tried to add Cohere support

This commit is contained in:
JackColquitt 2024-07-31 15:42:06 -07:00
parent 315b4d81d6
commit db006a4b7b
24 changed files with 19258 additions and 0 deletions

View file

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

View file

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

6
scripts/text-completion-cohere Executable file
View file

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