Mr-Geo commited on
Commit
bd6d6a9
Β·
verified Β·
1 Parent(s): fca362d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -405,7 +405,7 @@ if __name__ == "__main__":
405
  ],
406
  value="llama-3.1-8b-instant",
407
  label="Select AI Large Language Model πŸ€–",
408
- info="Choose which AI model to use for responses (all LLMs are running on [GroqCloud](https://groq.com/groqrack/))"
409
  )
410
 
411
  chatbot = gr.Chatbot(height=600)
 
405
  ],
406
  value="llama-3.1-8b-instant",
407
  label="Select AI Large Language Model πŸ€–",
408
+ info="Please try out the other AI models to use for responses (all LLMs are running on [GroqCloud](https://groq.com/groqrack/)) 😊"
409
  )
410
 
411
  chatbot = gr.Chatbot(height=600)