Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ with gr.Blocks() as LLMDemoTabbedScreen:
|
|
130 |
with gr.Tab("API Settings"):
|
131 |
with gr.Tab("Open AI"):
|
132 |
openai_model = gr.Dropdown(openai_models, value="gpt-4", label="Model", info="Select one, for Natural language")
|
133 |
-
openai_key = gr.Textbox(label="
|
134 |
with gr.Tab("Azure Open AI"):
|
135 |
with gr.Row():
|
136 |
with gr.Column():
|
|
|
130 |
with gr.Tab("API Settings"):
|
131 |
with gr.Tab("Open AI"):
|
132 |
openai_model = gr.Dropdown(openai_models, value="gpt-4", label="Model", info="Select one, for Natural language")
|
133 |
+
openai_key = gr.Textbox(label="OpenAI API Key", type="password")
|
134 |
with gr.Tab("Azure Open AI"):
|
135 |
with gr.Row():
|
136 |
with gr.Column():
|