doctorsafe commited on
Commit
511997a
·
1 Parent(s): 7d1cb99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import openai
2
  import gradio as gr
3
- openai.api_key = "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"
4
 
5
  def chatgpt(content, temperature=0.8):
6
  response = openai.ChatCompletion.create(
 
1
  import openai
2
  import gradio as gr
3
+ openai.api_key = "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"
4
 
5
  def chatgpt(content, temperature=0.8):
6
  response = openai.ChatCompletion.create(