Spaces:
Paused
Paused
Commit
·
b0e631e
1
Parent(s):
abded76
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ openai.api_key = "sk-"+os.environ['OPENAI_API_KEY']
|
|
6 |
|
7 |
|
8 |
def generate_characters(input_description):
|
|
|
9 |
response = openai.ChatCompletion.create(
|
10 |
model="gpt-3.5-turbo",
|
11 |
messages=[
|
|
|
6 |
|
7 |
|
8 |
def generate_characters(input_description):
|
9 |
+
print(input_description)
|
10 |
response = openai.ChatCompletion.create(
|
11 |
model="gpt-3.5-turbo",
|
12 |
messages=[
|