ndurner commited on
Commit
0f9705d
·
1 Parent(s): d4f451c

expand disclaimer

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -269,7 +269,7 @@ with gr.Blocks(delete_cache=(86400, 86400)) as demo:
269
  gr.Markdown("""Use of this interface permitted under the terms and conditions of the
270
  [MIT license](https://github.com/ndurner/oai_chat/blob/main/LICENSE).
271
  Third party terms and conditions apply, particularly
272
- those of the LLM vendor (OpenAI) and hosting provider (Hugging Face).""")
273
 
274
  oai_key = gr.Textbox(label="OpenAI API Key", elem_id="oai_key")
275
  model = gr.Dropdown(label="Model", value="gpt-4-turbo", allow_custom_value=True, elem_id="model",
 
269
  gr.Markdown("""Use of this interface permitted under the terms and conditions of the
270
  [MIT license](https://github.com/ndurner/oai_chat/blob/main/LICENSE).
271
  Third party terms and conditions apply, particularly
272
+ those of the LLM vendor (OpenAI) and hosting provider (Hugging Face). This app and the AI models may make mistakes, so verify any outputs.""")
273
 
274
  oai_key = gr.Textbox(label="OpenAI API Key", elem_id="oai_key")
275
  model = gr.Dropdown(label="Model", value="gpt-4-turbo", allow_custom_value=True, elem_id="model",