Spaces:
Runtime error
Runtime error
Danil
commited on
Commit
•
9b8ffb4
1
Parent(s):
1fcfd36
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import json
|
|
5 |
import gradio as gr
|
6 |
|
7 |
openai.api_key = os.environ["api_key"]
|
8 |
-
engine =
|
9 |
|
10 |
|
11 |
def happytt(temperature,max_tokens,text,stop):
|
|
|
5 |
import gradio as gr
|
6 |
|
7 |
openai.api_key = os.environ["api_key"]
|
8 |
+
engine = "code-davinci-002"
|
9 |
|
10 |
|
11 |
def happytt(temperature,max_tokens,text,stop):
|