Update cahtbott.py
Browse files- 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 = "
|
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 |
|