|
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: |
3 | 3 | https://github.com/psun247/ShazamDesk
|
4 | 4 |
|
5 | 5 | # C# WPF ChatGPT
|
6 | 6 | C# WPF app that mimics ChatGPT website UI
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 | # Setup
|
13 | 13 | Create an Open AI account to obtain an API key:
|
14 | 14 | https://platform.openai.com/account/api-keys
|
15 | 15 |
|
16 | 16 | 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) |
20 | 20 |
|
21 | 21 | Or in App.xaml.cs, modify this line:
|
22 | 22 | return "<Your Open AI API Key is something like \"sk-Ih...WPd\">";
|
23 | 23 |
|
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. |
25 | 25 |
|
26 | 26 | # Whetstone.ChatGPT
|
27 | 27 | I used John Iwasz's excellent Whetstone.ChatGPT to do the heavy lifting for ChatGPT API calls.
|
|
0 commit comments