Spaces:
Sleeping
Sleeping
gpt4o debug
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ if prompt := st.chat_input("Type here"):
|
|
221 |
options["model_name"] = "o3-mini-2025-01-31"
|
222 |
|
223 |
options["API_KEY"] = api_key
|
224 |
-
print(options["API_KEY"])
|
225 |
|
226 |
llm_client = LLMReasoner(options)
|
227 |
|
|
|
221 |
options["model_name"] = "o3-mini-2025-01-31"
|
222 |
|
223 |
options["API_KEY"] = api_key
|
224 |
+
print(f'Tester: {options["API_KEY"]}')
|
225 |
|
226 |
llm_client = LLMReasoner(options)
|
227 |
|