SourcezZ commited on
Commit
ba59e07
·
1 Parent(s): 2b22819

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -76,6 +76,7 @@ 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
 
80
  headers = {
81
  "Content-Type": "application/json",
 
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",