Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstropek/basta-2024-ai-workshop
https://github.com/rstropek/basta-2024-ai-workshop
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rstropek/basta-2024-ai-workshop
- Owner: rstropek
- Created: 2024-02-11T14:27:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T07:15:27.000Z (9 months ago)
- Last Synced: 2024-02-12T08:59:33.919Z (9 months ago)
- Language: C#
- Size: 218 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# BASTA Workshop
## Code for Today
* [Starter code for today's sample](./starter/)
* [Solution for today's sample](./solution/)## Additional Material
### C# 12
* [Collection expressions](https://github.com/rstropek/Samples/blob/master/CSharp12/CollectionExpressions/CollectionExpressions.cs)
* [Primary constructors](https://github.com/rstropek/Samples/blob/master/CSharp12/PrimaryConstructors/PrimaryConstructors.cs)
* [Interceptors](https://github.com/rstropek/Samples/blob/master/CSharp12/Interceptors/Program.cs)## OpenAI
* [API introduction samples](https://github.com/rstropek/sus-openai-api-tutorial/tree/main)