HackPig520 commited on
Commit
4a31236
1 Parent(s): 2f39465

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,7 +8,8 @@ def error_alert(message):
8
  with gr.Blocks() as demo:
9
  gr.Markdown("""
10
  # ChatGPT
11
- Interact with GPT-3.5-turbo, GPT-3.5, or Bing to explore a world of intelligent answers and informative discoveries. You can also visit my [website](https://aryahcr.cc/) where you can generate multiple images and more.
 
12
  """)
13
  chatbot = gr.Chatbot()
14
  radio = gr.Radio(["ChatGPT", "Bing"], value="ChatGPT", label="Select the AI model you want to chat with", info="AI")
 
8
  with gr.Blocks() as demo:
9
  gr.Markdown("""
10
  # ChatGPT
11
+ Interact with GPT-3.5-turbo, GPT-3.5, or Bing to explore a world of intelligent answers and informative discoveries.
12
+ > 免费 ChatGPT 第三方服务商:<https://gpt.liuzhen932.top/> GPT-3.5-turbo 免费用!
13
  """)
14
  chatbot = gr.Chatbot()
15
  radio = gr.Radio(["ChatGPT", "Bing"], value="ChatGPT", label="Select the AI model you want to chat with", info="AI")