Skip to content

Commit b0c8052

Browse files
authored
Update README.md
In sync with codeproject.com article
1 parent 430341e commit b0c8052

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1-
# Please read the project article at codeproject.com
1+
# Please read my project article at codeproject.com
22
https://www.codeproject.com/Tips/5377103/ChatGPT-API-in-Csharp-WPF-XAML-MVVM
33

4-
# C# WPF ChatGPT
5-
C# WPF app that communicates OpenAI GPT3.5-turbo API
4+
# ChatGPT API in C# WPF / XAML / MVVM
5+
C# WPF app that communicates with OpenAI GPT-3.5 Turbo API
66

7-
![image](https://github.com/psun247/CSharpWpfChatGPT/assets/31531761/6a73a4e9-a29d-450d-9ef0-d1151651a4bb)
7+
![Screenshot1](https://github.com/psun247/CSharpWpfChatGPT/assets/31531761/93cd7b42-2b38-492c-9659-e07e5d6b0a13)
88

9-
![image](https://github.com/psun247/CSharpWpfChatGPT/assets/31531761/97370b00-367e-4882-a52b-dd4beaa631b4)
9+
![Screenshot2](https://github.com/psun247/CSharpWpfChatGPT/assets/31531761/58e7d9e0-3984-4806-88c9-8a51a3d0118e)
10+
11+
![Screenshot3](https://github.com/psun247/CSharpWpfChatGPT/assets/31531761/6ba94def-2aa5-4168-a293-eeb493e2a529)
1012

1113
# Setup
1214
Create an Open AI account to obtain an API key (free):
1315
https://platform.openai.com/account/api-keys
1416

1517
You can use the key as a command line parameter (without compiling the project):
16-
1. Click CSharpWpfChatGPT_v1.2 under Releases on the right side of this page
17-
2. Download CSharpWpfChatGPT_v1.2_net6.0-windows.zip
18+
1. Click CSharpWpfChatGPT_v1.3 under Releases on the right side of this page
19+
2. Download CSharpWpfChatGPT_v1.3_net6.0-windows.zip
1820
3. Unzip the file and run CSharpWpfChatGPT.exe /the key obtained above (CSharpWpfChatGPT.exe /sk-Ih...WPd)
1921

20-
Or in App.xaml.cs, modify this line:
21-
return "<Your Open AI API Key is something like \"sk-Ih...WPd\">";
22+
Or in App.xaml.cs, modify this:
23+
"<Your Open AI API Key is something like \"sk-Ih...WPd\">";
2224

2325
Build CSharpWpfChatGPT.sln with Visual Studio 2022 (Community version okay). This app is targeted for .NET 6 and 8. If you don't have .NET 8 installed, remove net8.0-windows in CSharpWpfChatGPT.csproj.
2426

0 commit comments

Comments
 (0)