mirror of https://github.com/dapr/docs.git
style: use llm provider naming
Signed-off-by: Samantha Coyle <sam@diagrid.io>
This commit is contained in:
parent
ef0e7d5e6a
commit
55741b0add
|
@ -17,14 +17,14 @@ Dapr provides an API to interact with Large Language Models (LLMs) and enables c
|
|||
This endpoint lets you converse with LLMs.
|
||||
|
||||
```
|
||||
POST http://localhost:<daprPort>/v1.0-alpha1/conversation/<llm-name>/converse
|
||||
POST http://localhost:<daprPort>/v1.0-alpha1/conversation/<llm-provider>/converse
|
||||
```
|
||||
|
||||
### URL parameters
|
||||
|
||||
| Parameter | Description |
|
||||
| --------- | ----------- |
|
||||
| `llm-name` | The name of the LLM component. [See a list of all available conversation components.]({{% ref supported-conversation %}})
|
||||
| `llm-provider` | The name of the LLM component provider. [See a list of all available conversation components.]({{% ref supported-conversation %}})
|
||||
|
||||
### Request body
|
||||
|
||||
|
|
Loading…
Reference in New Issue