File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 return 'INVALID_TYPE'
152152
153153 print('🔧 Direct PraisonAI API Key Check:')
154- env_api_key = os.environ.get(\\ "OPENAI_API_KEY\\ ", \\ "NOT_SET\ \")
154+ env_api_key = os.environ.get(\"OPENAI_API_KEY\", \"NOT_SET\")
155155 print(f'Environment OPENAI_API_KEY: {get_key_display_value(env_api_key)}...')
156156
157157 from praisonai import PraisonAI
@@ -163,7 +163,7 @@ jobs:
163163
164164 from praisonai.inc.models import PraisonAIModel
165165
166- print('\\\\ n🧪 Testing PraisonAIModel with explicit API key (CrewAI method):')
166+ print('\\n🧪 Testing PraisonAIModel with explicit API key (CrewAI method):')
167167 model_with_explicit_key = PraisonAIModel(
168168 model='openai/gpt-4o-mini',
169169 base_url=praisonai.config_list[0].get('base_url'),
You can’t perform that action at this time.
0 commit comments