Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
psun247 authored Jan 10, 2024
1 parent 85741f8 commit 9f9df25
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# Note
See the latest ChatGPT with GPT-3.5 Turbo model and WPF Shazam, check out my ShazamDesk project:
# Project Note
To see the latest ChatGPT with GPT-3.5 model turbo and WPF Shazam, check out my ShazamDesk project:
https://github.com/psun247/ShazamDesk

# C# WPF ChatGPT
C# WPF app that mimics ChatGPT website UI

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

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

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

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

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

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

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

0 comments on commit 9f9df25

Please sign in to comment.