mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.15`: - [[Docs][Playground] Update supported model list (#188096)](https://github.com/elastic/kibana/pull/188096) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Liam Thompson","email":"32779855+leemthompo@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-07-16T10:34:37Z","message":"[Docs][Playground] Update supported model list (#188096)\n\nPer PR title","sha":"db001d9d4f27ba4b3d4699bc876c1a18b9ea7beb","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","docs","v8.15.0","v8.16.0"],"title":"[Docs][Playground] Update supported model list ","number":188096,"url":"https://github.com/elastic/kibana/pull/188096","mergeCommit":{"message":"[Docs][Playground] Update supported model list (#188096)\n\nPer PR title","sha":"db001d9d4f27ba4b3d4699bc876c1a18b9ea7beb"}},"sourceBranch":"main","suggestedTargetBranches":["8.15"],"targetPullRequestStates":[{"branch":"8.15","label":"v8.15.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/188096","number":188096,"mergeCommit":{"message":"[Docs][Playground] Update supported model list (#188096)\n\nPer PR title","sha":"db001d9d4f27ba4b3d4699bc876c1a18b9ea7beb"}}]}] BACKPORT--> Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
This commit is contained in:
parent
db5486b0f1
commit
e07506bc00
1 changed files with 9 additions and 4 deletions
|
@ -63,10 +63,9 @@ To use {x}, you'll need the following:
|
|||
|
||||
| *Amazon Bedrock*
|
||||
a|
|
||||
* Anthropic: Claude 3 Sonnet
|
||||
* Anthropic: Claude 3.5 Sonnet
|
||||
* Anthropic: Claude 3 Haiku
|
||||
a|
|
||||
Does not currently support streaming.
|
||||
|
||||
| *OpenAI*
|
||||
a|
|
||||
|
@ -80,6 +79,13 @@ a|
|
|||
* GPT-3 turbo
|
||||
* GPT-4 turbo
|
||||
a|
|
||||
Buffers responses in large chunks
|
||||
|
||||
| *Google*
|
||||
a|
|
||||
* Google Gemini 1.5 Pro
|
||||
* Google Gemini 1.5 Flash
|
||||
a|
|
||||
|
||||
|===
|
||||
|
||||
|
@ -200,5 +206,4 @@ Once you've got {x} up and running, and you've tested out the chat interface, yo
|
|||
|
||||
include::playground-context.asciidoc[]
|
||||
include::playground-query.asciidoc[]
|
||||
include::playground-troubleshooting.asciidoc[]
|
||||
|
||||
include::playground-troubleshooting.asciidoc[]
|
Loading…
Add table
Add a link
Reference in a new issue