stable-diffusion-ai commited on
Commit
98e1659
1 Parent(s): 91c62b9

added llama2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
139
  #chatbot {height: 520px; overflow: auto;}""",
140
  theme=theme) as demo:
141
  gr.HTML(title)
142
- gr.HTML("""<h3 align="center">This app provides you full access to GPT-3.5 (4096 token limit) thanks to <a href="https://stablediffusion.fr">stablediffusion.fr</a>. You don't need any OPENAI API key.<br><br>If this app doesn't respond, it's likely due to too much visitors. Consider trying <a href="https://stablediffusion.fr/chatgpt">Open GPT</a> or <a href="https://stablediffusion.fr/chatui">Chat UI</a> app</h3>""")
143
  with gr.Column(elem_id = "col_container", visible=False) as main_block:
144
  #openai_api_key = gr.Textbox(type='password', label="Enter only your OpenAI API key here")
145
  chatbot = gr.Chatbot(elem_id='chatbot') #c
 
139
  #chatbot {height: 520px; overflow: auto;}""",
140
  theme=theme) as demo:
141
  gr.HTML(title)
142
+ gr.HTML("""<h3 align="center">This app provides you full access to GPT-3.5 (4096 token limit) thanks to <a href="https://stablediffusion.fr">stablediffusion.fr</a>. You don't need any OPENAI API key.<br><br>If this app doesn't respond, it's likely due to too much visitors. Consider trying <a href="https://stablediffusion.fr/chatgpt">Open GPT</a> or <a href="https://stablediffusion.fr/llama2">Llama 2</a> app</h3>""")
143
  with gr.Column(elem_id = "col_container", visible=False) as main_block:
144
  #openai_api_key = gr.Textbox(type='password', label="Enter only your OpenAI API key here")
145
  chatbot = gr.Chatbot(elem_id='chatbot') #c