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
Copy file name to clipboardexpand all lines: L4_Tool_Use_and_Conversational_Tic_Tac_Toe/README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@
4
4
> 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.
5
5
6
6
## 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
0 commit comments