NIT
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ with gr.Blocks() as demo:
|
|
15 |
<br>
|
16 |
<br>**AI Task**: Ask ChatGPT to do something for you. Eg, summarize a text.
|
17 |
<br>**Code Task**: You will need code to do certain things that ChatGPT can't do, like access the internet or iterate over 4k+ tokens.
|
18 |
-
<br> With this task, ChatGPT will generate code and then execute. The code must be generated before executing all tasks.
|
19 |
<br>
|
20 |
<br>Output from previous tasks can be referenced in subsequen tasks with {tn}. Max 10 tasks allowed (for now).
|
21 |
"""
|
|
|
15 |
<br>
|
16 |
<br>**AI Task**: Ask ChatGPT to do something for you. Eg, summarize a text.
|
17 |
<br>**Code Task**: You will need code to do certain things that ChatGPT can't do, like access the internet or iterate over 4k+ tokens.
|
18 |
+
<br> With this task, ChatGPT will generate code and then execute it. The code must be generated before executing all tasks.
|
19 |
<br>
|
20 |
<br>Output from previous tasks can be referenced in subsequen tasks with {tn}. Max 10 tasks allowed (for now).
|
21 |
"""
|