Update app.py
Browse files
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)
|
|
|
|
|
|