Raiff1982 commited on
Commit
03fe0dd
·
verified ·
1 Parent(s): 0a6aab3

Update code7e 3.py

Browse files
Files changed (1) hide show
  1. code7e 3.py +1 -1
code7e 3.py CHANGED
@@ -3,7 +3,7 @@ from collections import Counter, defaultdict
3
  from random import random, choice
4
  import openai
5
 
6
- openai.api_key = "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"
7
 
8
  class Code7eCQURE:
9
  # [Content omitted here for brevity—it matches previous update with FT model support]
 
3
  from random import random, choice
4
  import openai
5
 
6
+ openai.api_key = "key"
7
 
8
  class Code7eCQURE:
9
  # [Content omitted here for brevity—it matches previous update with FT model support]