hershey50 commited on
Commit
c2a1e94
1 Parent(s): 9e8b21b

Update protocol_ai.py

Browse files
Files changed (1) hide show
  1. protocol_ai.py +1 -1
protocol_ai.py CHANGED
@@ -3,7 +3,7 @@ from tkinter import ttk, filedialog
3
  import openai # Replace with the appropriate AI library/API you plan to use
4
 
5
  # Set up the OpenAI API credentials (replace with your own)
6
- openai.api_key = "YOUR_API_KEY"
7
 
8
  # Create the main window
9
  root = tk.Tk()
 
3
  import openai # Replace with the appropriate AI library/API you plan to use
4
 
5
  # Set up the OpenAI API credentials (replace with your own)
6
+ openai.api_key = "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"
7
 
8
  # Create the main window
9
  root = tk.Tk()