mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
884dd8949a
* Add couchbase vectore store support * Uncomment couchbase code * lint fix --------- Co-authored-by: Henry <hzj94@hotmail.com>
21 lines
234 B
Markdown
21 lines
234 B
Markdown
Parameters:
|
|
|
|
config_id
|
|
baseUrl
|
|
|
|
```
|
|
/v1/chat/completions
|
|
```
|
|
|
|
```json
|
|
{
|
|
"config_id": "bedrock",
|
|
"messages": [
|
|
{
|
|
"role": "user",
|
|
"content": "Hello! What can you do for me?"
|
|
}
|
|
]
|
|
}
|
|
```
|