Skip to content

Commit

Permalink
Add Theia AI articles (#604)
Browse files Browse the repository at this point in the history
fixed #603

Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
  • Loading branch information
JonasHelming authored Sep 26, 2024
1 parent 490c7ac commit e8f9dae
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/components/Resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,36 @@ const categories = [
}
]
},
{
title: 'Theia AI',
resources: [
{
title: 'The Vision of Theia AI: Empowering Tool Builders with Full Control over AI Solutions',
url: 'https://eclipsesource.com/blogs/2024/09/16/theia-ai-vision/',
type: 'article'
},
{
title: 'Theia AI Sneak Preview: Transparent Code Completion',
url: 'https://eclipsesource.com/blogs/2024/09/18/theia-ai-sneak-preview-transparent-code-completion/',
type: 'article'
},
{
title: 'Theia AI Sneak Preview: Choose Your Own LLM',
url: 'https://eclipsesource.com/blogs/2024/09/20/theia-ai-sneak-preview-choose-your-own-llm/',
type: 'article'
},
{
title: 'Theia AI Sneak Preview: Variables & Tool Functions',
url: 'https://eclipsesource.com/blogs/2024/09/23/theia-ai-sneak-preview-variables-toolfunctions/',
type: 'article'
},
{
title: 'The Rise of Closed Source AI Tool Integrations',
url: 'https://eclipsesource.com/blogs/2024/07/10/the-rise-of-closed-source-ai-tool-integrations/',
type: 'article'
}
]
},
]

const Resources = () => (
Expand Down

0 comments on commit e8f9dae

Please sign in to comment.