Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,8 @@ Example format:
|
|
130 |
|
131 |
with gr.Blocks() as demo:
|
132 |
gr.Markdown("# GPT4-O1-Proxima")
|
133 |
-
gr.Markdown("Built based on GPT4-O purely based on prompt engineering
|
|
|
134 |
|
135 |
with gr.Row():
|
136 |
opneai_api_key = gr.Textbox(label="OpenAI API Key", type="password", placeholder="(Optional) You only need this when using gpt4-o")
|
|
|
130 |
|
131 |
with gr.Blocks() as demo:
|
132 |
gr.Markdown("# GPT4-O1-Proxima")
|
133 |
+
gr.Markdown("Built based on GPT4-O purely based on prompt engineering."]
|
134 |
+
gr.Markdown("The LLama3.1 references are powered by [SambaNova Cloud](https://cloud.sambanova.ai/apis)")
|
135 |
|
136 |
with gr.Row():
|
137 |
opneai_api_key = gr.Textbox(label="OpenAI API Key", type="password", placeholder="(Optional) You only need this when using gpt4-o")
|