ginipick commited on
Commit
777e4f1
·
verified ·
1 Parent(s): 2caf879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -630,6 +630,3 @@ with gr.Blocks(css=css) as demo:
630
 
631
  if __name__ == "__main__":
632
  demo.launch(share=True)
633
-
634
-
635
- llm 모델 변경하라. openai api를 이용하고 모델은 gpt-4o-mini로 설정하라. api키는 os.getenv("OPEN_AI")를 이용하라
 
630
 
631
  if __name__ == "__main__":
632
  demo.launch(share=True)