diff --git a/03 chatgpt chat assistant website.py b/03 chatgpt chat assistant website.py index 7c962e22..c8f5b2d1 100644 --- a/03 chatgpt chat assistant website.py +++ b/03 chatgpt chat assistant website.py @@ -1,7 +1,7 @@ import openai import gradio -openai.api_key = "####" +openai.api_key = "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" messages = [{"role": "system", "content": "You are a financial experts that specializes in real estate investment and negotiation"}] @@ -17,4 +17,4 @@ def CustomChatGPT(user_input): demo = gradio.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Real Estate Pro") -demo.launch(share=True) \ No newline at end of file +demo.launch(share=True)