Skip to content

Commit 0bb810e

Browse files
committed
docs: add next models available
1 parent da7fc8e commit 0bb810e

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

README.md

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
# <img src="assets/zjoule.png" alt="Intro GIF" width="20"/> zJoule - Eclipse AI Assistant
1+
<h1 align="center">
2+
<img src="assets/zjoule.png" alt="Intro GIF" width="20"/> zJoule - Eclipse AI Assistant
3+
</h1>
4+
5+
<div align="center">
26

37
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=The-Nefarious-Developer_zjoule&metric=alert_status&token=e2a58dc0706342532d8d14ae0badfe72fd08ff28)](https://sonarcloud.io/summary/new_code?id=The-Nefarious-Developer_zjoule)
48
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9+
</div>
510

611
**zJoule** is an Open Source AI assistant plugin for Eclipse designed to integrate the **SAP AI Core** Generative AI Hub foundation-models into your development environment.
712

@@ -25,15 +30,23 @@
2530

2631
## Compatibility
2732

28-
The following table outlines the Generative AI models compatible with this plugin.
29-
30-
| Executable ID | Model | Version |
31-
|---------------|--------------------|---------------|
32-
| azure-openai | `gpt-35-turbo` | 0613 |
33-
| azure-openai | `gpt-35-turbo` | 1106 (latest) |
34-
| azure-openai | `gpt-35-turbo-16k` | 0613 (latest) |
35-
| azure-openai | `gpt-4` | 0613 |
36-
| azure-openai | `gpt-4-32k` | 0613 (latest) |
33+
The following table outlines the Generative AI models currently compatible with this plugin, as well as the next models that will soon be available:
34+
35+
| Executable ID | Model | Compatibility | Version |
36+
|---------------|--------------------------------|--------------------|---------------------------|
37+
| azure-openai | `gpt-35-turbo` | :white_check_mark: | 0613 |
38+
| azure-openai | `gpt-35-turbo` | :white_check_mark: | 1106 (latest) | 
39+
| azure-openai | `gpt-35-turbo-16k` | :white_check_mark: | 0613 (latest) |
40+
| azure-openai | `gpt-4` | :white_check_mark: | 0613 |
41+
| azure-openai | `gpt-4-32k` | :white_check_mark: | 0613 (latest) |
42+
| azure-openai | `gpt-4o` | :construction: | 2024-05-13 |
43+
| azure-openai | `gpt-4o` | :construction: | 2024-08-06 (latest) |
44+
| azure-openai | `gpt-4o-mini` | :construction: | 2024-07-18 |
45+
| azure-openai | `gpt-4` | :construction: | turbo-2024-04-09 (latest) |
46+
| aws-bedrock | `anthropic--claude-3-haiku` | :construction: | 1 (latest) |
47+
| aws-bedrock | `anthropic--claude-3-sonnet` | :construction: | 1 (latest) |
48+
| aws-bedrock | `anthropic--claude-3.5-sonnet` | :construction: | 1 |
49+
| aws-bedrock | `anthropic--claude-3.5-sonnet` | :construction: | 2 (latest) |
3750

3851
LLM models that are not compatible may be selected during the login process; however, their functionality cannot be guaranteed, and errors may occur.
3952

0 commit comments

Comments
 (0)