ThireshS commited on
Commit
072d156
·
verified ·
1 Parent(s): 460cc3e

Update src/workflow_nodes.py

Browse files
Files changed (1) hide show
  1. src/workflow_nodes.py +3 -1
src/workflow_nodes.py CHANGED
@@ -32,12 +32,14 @@ from workflow_utils import (
32
 
33
 
34
 
 
 
35
  # Setting up LLM
36
 
37
  ## Create a ChatOpenAI model instance using LangChain
38
  model = ChatOpenAI(
39
  openai_api_base="https://aibe.mygreatlearning.com/openai/v1",
40
- openai_api_key="gl-U2FsdGVkX1/DTLQlsmj+RdJjPy3igB9qINuaX940XtJ0CPnGc/5sbBkPKah/C829",
41
  model="gpt-4o",
42
  streaming=False # Explicitly disabling streaming
43
  )
 
32
 
33
 
34
 
35
+ # Setting up LLM
36
+
37
  # Setting up LLM
38
 
39
  ## Create a ChatOpenAI model instance using LangChain
40
  model = ChatOpenAI(
41
  openai_api_base="https://aibe.mygreatlearning.com/openai/v1",
42
+ openai_api_key="gl-U2FsdGVkX187N1eV0CyPv1sUJRNjeg+05MCul6Lf06cDym4PRicIyZ4g0RtQUSMl",
43
  model="gpt-4o",
44
  streaming=False # Explicitly disabling streaming
45
  )