|
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"> |
2 | 6 |
|
3 | 7 | [](https://sonarcloud.io/summary/new_code?id=The-Nefarious-Developer_zjoule)
|
4 | 8 | [](https://opensource.org/licenses/MIT)
|
| 9 | +</div> |
5 | 10 |
|
6 | 11 | **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.
|
7 | 12 |
|
|
25 | 30 |
|
26 | 31 | ## Compatibility
|
27 | 32 |
|
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) | |
37 | 50 |
|
38 | 51 | LLM models that are not compatible may be selected during the login process; however, their functionality cannot be guaranteed, and errors may occur.
|
39 | 52 |
|
|
0 commit comments