Skip to content

Commit

Permalink
Merge pull request #62 from jianingwang123/add-metadata
Browse files Browse the repository at this point in the history
Publish Microsoft Authored templates to azure samples browser
  • Loading branch information
pamelafox authored Jan 17, 2024
2 parents 1152dbb + fc0320f commit ee7c82f
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# Build your own ChatGPT app
---
page_type: sample
languages:
- azdeveloper
- python
- bicep
- html
products:
- azure
- azure-container-apps
- azure-openai-service
- azure-container-registry
urlFragment: chatgpt-quickstart
name: Simple Chat Application using Azure OpenAI (Python)
description: A sample chat app that uses Python and the Quart framework to stream chat completions from the OpenAI SDK. Easily deployable to Azure Container Apps.
---
<!-- YAML front-matter schema: https://review.learn.microsoft.com/en-us/help/contribute/samples/process/onboarding?branch=main#supported-metadata-fields-for-readmemd -->

# Simple Chat Application using Azure OpenAI (Python)

This repository includes a simple Python [Quart](https://quart.palletsprojects.com/en/latest/)
app that streams responses from ChatGPT to an HTML/JS frontend using [JSON Lines](http://jsonlines.org/)
Expand Down

0 comments on commit ee7c82f

Please sign in to comment.