Skip to content

Commit 6706201

Browse files
authored
Update noc-web2.py
1 parent a2046ae commit 6706201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5gprod/dev/noc-web2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
warnings.filterwarnings('ignore')
2828

2929
print("Starting Enhanced 5G Core Network Operations Center...")
30+
os.environ["OPENAI_API_KEY"] = ""
3031

3132
# Initialize accelerator for GPU support
3233
accelerator = Accelerator()
@@ -196,7 +197,6 @@ def load_alerts():
196197
@accelerator.on_main_process
197198
def load_preprocessed_data():
198199
print("Loading preprocessed data...")
199-
#os.environ["OPENAI_API_KEY"] = "your_key"
200200
embeddings = OpenAIEmbeddings()
201201
vector_stores = {}
202202

0 commit comments

Comments
 (0)