expand disclaimer
Browse files
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",
|