mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-30 10:56:23 +02:00
README and Quickstart text tweaks
This commit is contained in:
parent
38e7b50ed4
commit
d5a19e8fb1
2 changed files with 42 additions and 40 deletions
12
README.md
12
README.md
|
|
@ -88,12 +88,12 @@ package installed can also run the entire architecture.
|
|||
|
||||
## LM Specific Modules
|
||||
|
||||
- text-completion-azure - Sends request to AzureAI serverless endpoint
|
||||
- text-completion-bedrock - Send request to AWS Bedrock API
|
||||
- text-completion-claude - Sends request to Anthropic's API
|
||||
- text-completion-cohere - Send request to Cohere's API
|
||||
- text-completion-ollama - Sends request to LM running using Ollama
|
||||
- text-completion-vertexai - Sends request to model available through VertexAI API
|
||||
- `text-completion-azure` - Sends request to AzureAI serverless endpoint
|
||||
- `text-completion-bedrock` - Send request to AWS Bedrock API
|
||||
- `text-completion-claude` - Sends request to Anthropic's API
|
||||
- `text-completion-cohere` - Send request to Cohere's API
|
||||
- `text-completion-ollama` - Sends request to LM running using Ollama
|
||||
- `text-completion-vertexai` - Sends request to model available through VertexAI API
|
||||
|
||||
## Quickstart Guide
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue