Update appp.py
Browse files
appp.py
CHANGED
@@ -4,7 +4,7 @@ import requests
|
|
4 |
prompt = 'Please generate a simple blog post according to this title "What is CHATGPT"'
|
5 |
|
6 |
# Enter E-mail to generate API
|
7 |
-
api_key = '
|
8 |
|
9 |
# Define the default model if none is specified
|
10 |
default_model = 'gpt-3.5-turbo'
|
|
|
4 |
prompt = 'Please generate a simple blog post according to this title "What is CHATGPT"'
|
5 |
|
6 |
# Enter E-mail to generate API
|
7 |
+
api_key = 'abcd123@gmail.com'
|
8 |
|
9 |
# Define the default model if none is specified
|
10 |
default_model = 'gpt-3.5-turbo'
|