Spaces:
Sleeping
Sleeping
Update code7e 3.py
Browse files- 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 = "
|
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]
|