jenngang commited on
Commit
d3262d1
·
verified ·
1 Parent(s): 9010762

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -582,6 +582,7 @@ class NutritionBot:
582
  # temperature=0 # Controls randomness in responses; 0 ensures deterministic results
583
  #)
584
 
 
585
  try:
586
  self.client = ChatOpenAI(
587
  #openai_api_base=endpoint,
 
582
  # temperature=0 # Controls randomness in responses; 0 ensures deterministic results
583
  #)
584
 
585
+ st.write(f"my_api_key:{my_api_key}")
586
  try:
587
  self.client = ChatOpenAI(
588
  #openai_api_base=endpoint,