Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ def edit_code(request):
|
|
| 10 |
response = openai.Edit.create(
|
| 11 |
model=model_engine,
|
| 12 |
input=request,
|
| 13 |
-
instruction="",
|
| 14 |
temperature=0.7,
|
| 15 |
top_p=1
|
| 16 |
)
|
|
|
|
| 10 |
response = openai.Edit.create(
|
| 11 |
model=model_engine,
|
| 12 |
input=request,
|
| 13 |
+
instruction="improve, fix and continue this code ",
|
| 14 |
temperature=0.7,
|
| 15 |
top_p=1
|
| 16 |
)
|