Skip to content

Commit 9f9df25

Browse files
authored
Update README.md
1 parent 85741f8 commit 9f9df25

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
# Note
2-
See the latest ChatGPT with GPT-3.5 Turbo model and WPF Shazam, check out my ShazamDesk project:
1+
# Project Note
2+
To see the latest ChatGPT with GPT-3.5 model turbo and WPF Shazam, check out my ShazamDesk project:
33
https://github.com/psun247/ShazamDesk
44

55
# C# WPF ChatGPT
66
C# WPF app that mimics ChatGPT website UI
77

8-
![image](https://github.com/psun247/CSharpWpfChatGPT/assets/31531761/6de00aa6-6beb-4a8e-8108-84daa13b941b)
8+
![image](https://github.com/psun247/CSharpWpfChatGPT/assets/31531761/6a73a4e9-a29d-450d-9ef0-d1151651a4bb)
99

10-
![image](https://github.com/psun247/CSharpWpfChatGPT/assets/31531761/107506c4-7c82-4b2f-b2f0-dd5b1e26e0bf)
10+
![image](https://github.com/psun247/CSharpWpfChatGPT/assets/31531761/97370b00-367e-4882-a52b-dd4beaa631b4)
1111

1212
# Setup
1313
Create an Open AI account to obtain an API key:
1414
https://platform.openai.com/account/api-keys
1515

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

2121
Or in App.xaml.cs, modify this line:
2222
return "<Your Open AI API Key is something like \"sk-Ih...WPd\">";
2323

24-
Build CSharpWpfChatGPT.sln with Visual Studio 2022. This app is targeted for .NET 6 and 7.
24+
Build CSharpWpfChatGPT.sln with Visual Studio 2022. This app is targeted for .NET 6 and 8.
2525

2626
# Whetstone.ChatGPT
2727
I used John Iwasz's excellent Whetstone.ChatGPT to do the heavy lifting for ChatGPT API calls.

0 commit comments

Comments
 (0)