Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,6 @@ def predict(inputs, top_p, temperature, openai_api_key, chatbot=[], history=[],
|
|
76 |
retry=False, summary=False): # repetition_penalty, top_k
|
77 |
|
78 |
print(f"chatbot 1: {chatbot}")
|
79 |
-
print(f"openai_api_key 1: {openai_api_key}")
|
80 |
|
81 |
headers = {
|
82 |
"Content-Type": "application/json",
|
|
|
76 |
retry=False, summary=False): # repetition_penalty, top_k
|
77 |
|
78 |
print(f"chatbot 1: {chatbot}")
|
|
|
79 |
|
80 |
headers = {
|
81 |
"Content-Type": "application/json",
|