UNPKG
dtamind-components
Version:
latest (4.0.0)
4.0.0
3.0.4
DTAmindai Components
dtamind.com
dtamind-components
/
nodes
/
chatmodels
/
ChatNemoGuardrails
/
readme.md
21 lines
(17 loc)
•
254 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Parameters: config_id baseUrl ``` /v1/chat/completions ``` ```json {
"config_id"
:
"bedrock"
,
"messages"
: [ {
"role"
:
"user"
,
"content"
:
"Hello! What can you do for me?"
} ] } ```