Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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="
|
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)
|