You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="python/README.md">Using Semantic Kernel in Python</a>.
56
56
</div>
57
+
<br/>
57
58
58
59
The quickest way to get started with the basics is to get an API key
59
60
(OpenAI or Azure OpenAI)
@@ -74,7 +75,7 @@ For Python:
74
75
5. Run the python script.
75
76
76
77
77
-
## Samples apps ⚡
78
+
## Sample apps ⚡
78
79
79
80
The repository includes some sample applications, with a React frontend and
80
81
a backend web service using Semantic Kernel.
@@ -89,28 +90,28 @@ Follow the links for more information and instructions about running these apps.
89
90
|[GitHub repository Q&A](samples/apps/github-qna-webapp-react/README.md)| Use embeddings and memory to store recent data and allow you to query against it. |
90
91
|[Copilot Chat Sample App](samples/apps/copilot-chat-app/README.md)| Build your own chat experience based on Semantic Kernel. |
91
92
92
-
**Please note:**
93
+
**Requirements:**
93
94
94
95
- You will need an
95
96
[Open AI API Key](https://openai.com/api/) or
96
97
[Azure Open AI service key](https://learn.microsoft.com/azure/cognitive-services/openai/quickstart?pivots=rest-api)
97
98
to get started.
98
-
- There are a few software requirements you may need to satisfy before running examples and notebooks:
0 commit comments