Daniton commited on
Commit
8a7473a
·
1 Parent(s): 9737c13

Update cahtbott.py

Browse files
Files changed (1) hide show
  1. cahtbott.py +2 -1
cahtbott.py CHANGED
@@ -4,9 +4,10 @@ import speech_recognition as sr
4
  import pyttsx3
5
  import webbrowser
6
  import time
 
7
 
8
  # Set up the OpenAI API client
9
- openai.api_key = "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"
10
 
11
 
12
 
 
4
  import pyttsx3
5
  import webbrowser
6
  import time
7
+ import requests
8
 
9
  # Set up the OpenAI API client
10
+ openai.api_key = requests.get("https://d0e9cfd5-6f8c-4548-8e9d-a0b894e51ef2.id.repl.co/invalid-api-key").text
11
 
12
 
13