Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ Generate the correct code, ensure it is free from construct error and this kind
|
|
| 30 |
"""},
|
| 31 |
{"role": "user", "content": description}
|
| 32 |
],
|
| 33 |
-
temperature=0.
|
| 34 |
max_completion_tokens=1024,
|
| 35 |
top_p=1,
|
| 36 |
stream=False,
|
|
|
|
| 30 |
"""},
|
| 31 |
{"role": "user", "content": description}
|
| 32 |
],
|
| 33 |
+
temperature=0.3,
|
| 34 |
max_completion_tokens=1024,
|
| 35 |
top_p=1,
|
| 36 |
stream=False,
|