Chickensyuh commited on
Commit
9d69964
·
1 Parent(s): 745e8cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -2,10 +2,7 @@ import os
2
  import openai
3
  import gradio as gr
4
 
5
- openai.api_key = "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"
6
-
7
- #"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"
8
-
9
 
10
  start_sequence = "\nAI:"
11
  restart_sequence = "\nHuman:"
 
2
  import openai
3
  import gradio as gr
4
 
5
+ openai.api_key = "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"
 
 
 
6
 
7
  start_sequence = "\nAI:"
8
  restart_sequence = "\nHuman:"