Spaces:
Sleeping
Sleeping
Commit
·
678cbdd
1
Parent(s):
ccf3a95
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def chatbot(input, history=[]):
|
|
21 |
return history, history
|
22 |
|
23 |
gr.Interface(fn = chatbot,
|
24 |
-
api_k = gr.Textbox(label="Ключ OpenAI API", type="password")
|
25 |
inputs = ["text",'state'],
|
26 |
outputs = ["chatbot",'state'],
|
27 |
examples = [
|
|
|
21 |
return history, history
|
22 |
|
23 |
gr.Interface(fn = chatbot,
|
24 |
+
api_k = gr.Textbox(label="Ключ OpenAI API", type="password"),
|
25 |
inputs = ["text",'state'],
|
26 |
outputs = ["chatbot",'state'],
|
27 |
examples = [
|