fffiloni commited on
Commit
ec90f45
·
1 Parent(s): 77e7e95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ with gr.Blocks(css="style.css") as demo:
30
  with gr.Column(elem_id="col-container"):
31
  gr.HTML(title)
32
  prompt = gr.Textbox(label="Prompt", value="what t shirts are available in klarna?")
33
- plugin = gr.Textbox(label="Plugin json", info="You need the .json plugin manifest file of the plugin you want to use", value="https://www.klarna.com/.well-known/ai-plugin.json")
34
  openai_api_key = gr.Textbox(label="OpenAI API Key", info="*required", type="password")
35
  run_btn = gr.Button("Run")
36
  response = gr.Textbox(label="Response")
 
30
  with gr.Column(elem_id="col-container"):
31
  gr.HTML(title)
32
  prompt = gr.Textbox(label="Prompt", value="what t shirts are available in klarna?")
33
+ plugin = gr.Textbox(label="Plugin json", info="You need the .json plugin manifest file of the plugin you want to use<br />Be aware that it currently only works with plugins that do not require auth.", value="https://www.klarna.com/.well-known/ai-plugin.json")
34
  openai_api_key = gr.Textbox(label="OpenAI API Key", info="*required", type="password")
35
  run_btn = gr.Button("Run")
36
  response = gr.Textbox(label="Response")