Spaces:
Runtime error
Runtime error
Commit
·
b401809
1
Parent(s):
2293546
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ openai.api_key = "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"
|
|
8 |
# Set the model to use (e.g. "text-davinci-002")
|
9 |
model = "text-davinci-002"
|
10 |
|
11 |
-
def convert_code(code, language_in, language_out
|
12 |
"""
|
13 |
Convert the given code to the specified language using GPT-3.
|
14 |
"""
|
|
|
8 |
# Set the model to use (e.g. "text-davinci-002")
|
9 |
model = "text-davinci-002"
|
10 |
|
11 |
+
def convert_code(code, language_in, language_out):
|
12 |
"""
|
13 |
Convert the given code to the specified language using GPT-3.
|
14 |
"""
|