mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Clarify private LLM support for OpenAI connector
This commit is contained in:
parent
176a2210d7
commit
00050b6bf3
1 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,13 @@ OpenAI connectors have the following configuration properties:
|
|||
|
||||
Name:: The name of the connector.
|
||||
OpenAI provider:: The OpenAI API provider, either OpenAI or Azure OpenAI.
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Elastic provides no official support for connecting to a private LLM, except
|
||||
when using [Elastic Security’s built-in AI tools](https://www.elastic.co/guide/en/security/current/ai-for-security.html).
|
||||
====
|
||||
|
||||
URL:: The OpenAI request URL.
|
||||
Default model:: (optional) The default model to use for requests. This option is available only when the provider is `OpenAI`.
|
||||
API key:: The OpenAI or Azure OpenAI API key for authentication.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue