You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating OpenAI conversation component to include custom endpoint support (#4678)
* Updating OpenAI Conversation component to include custom endpoint support
Signed-off-by: Will Velida <willvelida@hotmail.co.uk>
* Update daprdocs/content/en/reference/components-reference/supported-conversation/openai.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
---------
Signed-off-by: Will Velida <willvelida@hotmail.co.uk>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
| `model` | N | The OpenAI LLM to use. Defaults to `gpt-4-turbo`. | `gpt-4-turbo` |
40
+
| `endpoint` | N | Custom API endpoint URL for OpenAI API-compatible services. If not specified, the default OpenAI API endpoint is used. | `https://api.openai.com/v1` |
38
41
| `cacheTTL` | N | A time-to-live value for a prompt cache to expire. Uses Golang duration format. | `10m` |
0 commit comments