nightfury commited on
Commit
8150b4b
·
verified ·
1 Parent(s): 4cc4a00

Update appp.py

Browse files
Files changed (1) hide show
  1. appp.py +1 -1
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 = 'Enter your E-mail Address to get the free ChatGPT API'
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'