DiamondYin commited on
Commit
a51ed06
·
1 Parent(s): d0c5224

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ API_URL = "https://api.openai.com/v1/chat/completions" #os.getenv("API_URL") + "
13
 
14
 
15
 
16
- def chatbot_interface_restaurant_chinese(inputs, openai_api_key, chat_counter,chatbot=[], history=[]):
17
 
18
 
19
 
 
13
 
14
 
15
 
16
+ #def chatbot_interface_restaurant_chinese(inputs, openai_api_key, chat_counter,chatbot=[], history=[]):
17
 
18
 
19