starting
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import random
|
|
6 |
#openai.api_key = os.environ['openai']
|
7 |
openai.api_key = os.getenv('OPENAI_API_KEY')
|
8 |
#generates an AI description of your character
|
9 |
-
def describe(names,
|
10 |
print(f"hi{names}")
|
11 |
completion = openai.Completion.create(
|
12 |
engine='text-davinci-003',
|
|
|
6 |
#openai.api_key = os.environ['openai']
|
7 |
openai.api_key = os.getenv('OPENAI_API_KEY')
|
8 |
#generates an AI description of your character
|
9 |
+
def describe(names,wis,char,str,int,dex,con):
|
10 |
print(f"hi{names}")
|
11 |
completion = openai.Completion.create(
|
12 |
engine='text-davinci-003',
|