satyamr1 commited on
Commit
4a05137
1 Parent(s): d67c82c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import requests
7
  API_URL = "https://api.openai.com/v1/chat/completions" #os.getenv("API_URL") + "/generate_stream"
8
 
9
  #Testing with my Open AI Key
10
- OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
11
 
12
  def predict(inputs, top_p, temperature, chat_counter, chatbot=[], history=[]):
13
 
 
7
  API_URL = "https://api.openai.com/v1/chat/completions" #os.getenv("API_URL") + "/generate_stream"
8
 
9
  #Testing with my Open AI Key
10
+ OPENAI_API_KEY = "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"
11
 
12
  def predict(inputs, top_p, temperature, chat_counter, chatbot=[], history=[]):
13