Spaces:
Running
Running
corrected typo
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(theme='Insuz/Mocha') as app:
|
|
112 |
gr.Markdown("# Private GPT")
|
113 |
gr.Markdown("This chatbot is powered by the openAI GPT series.\
|
114 |
\nThe default model is `GPT-3.5`, but `GPT-4` can be selected in the advanced options.\
|
115 |
-
\nAs it uses the openAI API, user data is not used to train openAI models. (side note: GPT-4 is currently 500 times more expensive than GPT-3.5")
|
116 |
chatbot = gr.Chatbot() # Associated variable: chatHistory
|
117 |
msg = gr.Textbox(label="Message")
|
118 |
with gr.Accordion(label="Advanced options", open=False):
|
|
|
112 |
gr.Markdown("# Private GPT")
|
113 |
gr.Markdown("This chatbot is powered by the openAI GPT series.\
|
114 |
\nThe default model is `GPT-3.5`, but `GPT-4` can be selected in the advanced options.\
|
115 |
+
\nAs it uses the openAI API, user data is not used to train openAI models. (side note: GPT-4 is currently 500 times more expensive than GPT-3.5)")
|
116 |
chatbot = gr.Chatbot() # Associated variable: chatHistory
|
117 |
msg = gr.Textbox(label="Message")
|
118 |
with gr.Accordion(label="Advanced options", open=False):
|