Spaces:
Runtime error
Runtime error
Commit
·
988190d
1
Parent(s):
aea0b82
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks(css=css) as demo:
|
|
100 |
|
101 |
with gr.Column(elem_id="col-container"):
|
102 |
gr.Markdown("""## OpenAI ChatGPT Demo
|
103 |
-
Using the
|
104 |
Prompt templates from [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts).""",
|
105 |
elem_id="header")
|
106 |
|
|
|
100 |
|
101 |
with gr.Column(elem_id="col-container"):
|
102 |
gr.Markdown("""## OpenAI ChatGPT Demo
|
103 |
+
Using the official API (gpt-4 model)
|
104 |
Prompt templates from [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts).""",
|
105 |
elem_id="header")
|
106 |
|