ykl7 commited on
Commit
c67344d
·
1 Parent(s): 2fc0926

gpt4o debug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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