kz919 commited on
Commit
c55bee0
1 Parent(s): 267d6c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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.\n [The reference LLama3.1's are powered by SambaNova Cloud, ](https://cloud.sambanova.ai/apis)")
 
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")