Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,11 @@ def happytt(temperature,max_tokens,text):
|
|
22 |
return response.choices[0].text
|
23 |
|
24 |
|
25 |
-
title = "
|
26 |
-
description = "
|
|
|
|
|
|
|
27 |
|
28 |
|
29 |
|
|
|
22 |
return response.choices[0].text
|
23 |
|
24 |
|
25 |
+
title = "OpenAI Codex
|
26 |
+
description = "OpenAI Codex is an artificial intelligence model developed by OpenAI.
|
27 |
+
It parses natural language and generates code in response.
|
28 |
+
It is used to power GitHub Copilot, a programming autocompletion
|
29 |
+
tool developed for Code generation."
|
30 |
|
31 |
|
32 |
|