Skip to content

Commit

Permalink
Merge pull request #2 from alireza-dhp/main
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
rstropek authored Apr 8, 2024
2 parents 143e28d + 2c07c55 commit 45e59ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

This repository contains demos and samples for the [_Microsoft Build: AI Day (Austria)_](https://msevents.microsoft.com/event?id=3431470856). It contains the following labs:

* [OpenAI Chat Completions Basics](./labs/010-basics/) (C# and .NET or Python)
* [Function Calling with Chat Completions](./labs/020-functions/) (C# and .NET)
* [Using Tools with the new _Assistant_ API](./labs/030-assistants/) (TypeScript and Node.js)
* [Embeddings and the RAG model](./labs/040-embeddings-rag/) (TypeScript and Node.js)
* OpenAI Chat Completions Basics ([C# and .NET](./labs/010-basics-dotnet/) or [Python](./labs/015-basics-python/))
* [Function Calling with Chat Completions](./labs/020-functions-dotnet/) (C# and .NET)
* [Using Tools with the new _Assistant_ API](./labs/030-assistants-nodejs/) (TypeScript and Node.js)
* [Embeddings and the RAG model](./labs/040-embeddings-rag-nodejs/) (TypeScript and Node.js)

Attendees can decide the complexity level on their own:

Expand Down

0 comments on commit 45e59ab

Please sign in to comment.