Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add spring-chatgpt-sample template #162

Merged
merged 2 commits into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added website/src/data/images/asa-chatgpt.png
hemarina marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,15 @@ const Users: User[] = [
source: 'https://github.com/Azure-Samples/chatgpt-quickstart',
tags: ['featured', 'bicep','python','openai', 'chatgpt', 'ai', 'flask', 'aca']
},

{
title: 'Spring ChatGPT Application using Azure OpenAI on Azure Spring Apps',
description: 'A sample that uses Java Spring framework to build ChatGPT-style application running in Azure Spring Apps.',
preview: require('./images/asa-chatgpt.png'),
website:'https://github.com/Azure-Samples',
author: 'Yi Liu',
source: 'https://github.com/Azure-Samples/spring-chatgpt-sample',
tags: ['featured', 'bicep','java','openai', 'chatgpt', 'ai', 'blobstorage', 'azurespringapps']
},
//------- ALL OTHER AZURE-SAMPLES HERE - how many do we want to feature?
{
title: 'Azure Health Data Services Toolkit Azure Function Quickstart',
Expand Down
Loading