Skip to content

Commit 5c8ee81

Browse files
committed
updated readmes
1 parent 0304d6a commit 5c8ee81

File tree

6 files changed

+12
-6
lines changed
  • L1_MultiAgent_Conversation_and_Standup_Comedy
  • L2_Sequential_Chats_and_Customer_Onboarding
  • L3_Reflection_and_Blogpost_Writing
  • L4_Tool_Use_and_Conversational_Tic_Tac_Toe
  • L5_Coding_and_Math_Problem_Solving
  • L6-Planning_and_Stock_Report_Generation

6 files changed

+12
-6
lines changed

L1_MultiAgent_Conversation_and_Standup_Comedy/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Lesson 1: Multi-Agent Conversation and Stand-up Comedy
22

33
## Quick Start
4-
### Set up `OPENAI_API_KEY` in your environment
4+
- To run against OpenAI, set up `OPENAI_API_KEY` in your environment
5+
- To run against Azure OpenAI, set up `AZURE_OPENAI_ENDPOINT` and `AZURE_OPENAI_KEY` in your environment
56

67
### Start the project
78
```bash

L2_Sequential_Chats_and_Customer_Onboarding/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Lesson 2: Sequential Chats and Customer Onboarding
22

33
## Quick Start
4-
### Set up `OPENAI_API_KEY` in your environment
4+
- To run against OpenAI, set up `OPENAI_API_KEY` in your environment
5+
- To run against Azure OpenAI, set up `AZURE_OPENAI_ENDPOINT` and `AZURE_OPENAI_KEY` in your environment
56

67
### Start the project
78
```bash

L3_Reflection_and_Blogpost_Writing/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Lesson 3: Reflection and Blogpost Writing
22

33
## Quick Start
4-
### Set up `OPENAI_API_KEY` in your environment
4+
- To run against OpenAI, set up `OPENAI_API_KEY` in your environment
5+
- To run against Azure OpenAI, set up `AZURE_OPENAI_ENDPOINT` and `AZURE_OPENAI_KEY` in your environment
56

67
### Start the project
78
```bash

L4_Tool_Use_and_Conversational_Tic_Tac_Toe/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
> This example is not exactly match what python AutoGen does in Lesson 4. This example uses Tic Tac Toe game as a tool to demonstrate the concept of tool use where the python one use Chess game. This is because the `chess` library is not available in .NET.
55
66
## Quick Start
7-
### Set up `OPENAI_API_KEY` in your environment
7+
- To run against OpenAI, set up `OPENAI_API_KEY` in your environment
8+
- To run against Azure OpenAI, set up `AZURE_OPENAI_ENDPOINT` and `AZURE_OPENAI_KEY` in your environment
89

910
### Start the project
1011
```bash

L5_Coding_and_Math_Problem_Solving/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Lesson 5: Coding and Math Problem Solving
22

33
## Quick Start
4-
### Set up `OPENAI_API_KEY` in your environment
4+
- To run against OpenAI, set up `OPENAI_API_KEY` in your environment
5+
- To run against Azure OpenAI, set up `AZURE_OPENAI_ENDPOINT` and `AZURE_OPENAI_KEY` in your environment
56

67
### Start the project
78
```bash

L6-Planning_and_Stock_Report_Generation/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Lesson 6: Planning and Stock Report Generation
22

33
## Quick Start
4-
### Set up `OPENAI_API_KEY` in your environment
4+
- To run against OpenAI, set up `OPENAI_API_KEY` in your environment
5+
- To run against Azure OpenAI, set up `AZURE_OPENAI_ENDPOINT` and `AZURE_OPENAI_KEY` in your environment
56

67
### Start the project
78
```bash

0 commit comments

Comments
 (0)