Skip to content

Commit

Permalink
Merge pull request #162 from yiliuTo/add-asa-chatgpt-template
Browse files Browse the repository at this point in the history
add spring-chatgpt-sample template
  • Loading branch information
hemarina committed Jul 31, 2023
2 parents 847c322 + ffc759a commit 4b5fe5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file added website/src/data/images/asa-chatgpt.png
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 @@ -228,7 +228,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

0 comments on commit 4b5fe5e

Please sign in to comment.