Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -522,11 +522,12 @@ if __name__ == "__main__":
|
|
522 |
("Llama 3.3 - Versatile π¦β¨", "llama-3.3-70b-versatile"),
|
523 |
("Llama 4 - Latest π", "meta-llama/llama-4-scout-17b-16e-instruct"),
|
524 |
("Mistral Saba - Balanced βοΈ", "mistral-saba-24b"),
|
525 |
-
("DeepSeek - Reasoning π§ π", "deepseek-r1-distill-llama-70b")
|
|
|
526 |
],
|
527 |
value="llama-3.3-70b-versatile",
|
528 |
label="Select AI Large Language Model π€",
|
529 |
-
info="Please try out the other AI models to use for responses (all LLMs are running on [GroqCloud](https://groq.com/groqrack/))
|
530 |
)
|
531 |
|
532 |
chatbot = gr.Chatbot(height=600, type="messages")
|
@@ -545,8 +546,11 @@ if __name__ == "__main__":
|
|
545 |
examples=[
|
546 |
"What research stations does BAS operate in Antarctica? ποΈ",
|
547 |
"Tell me about the RRS Sir David Attenborough π’",
|
548 |
-
"What
|
549 |
-
"What is BAS
|
|
|
|
|
|
|
550 |
],
|
551 |
inputs=msg,
|
552 |
)
|
|
|
522 |
("Llama 3.3 - Versatile π¦β¨", "llama-3.3-70b-versatile"),
|
523 |
("Llama 4 - Latest π", "meta-llama/llama-4-scout-17b-16e-instruct"),
|
524 |
("Mistral Saba - Balanced βοΈ", "mistral-saba-24b"),
|
525 |
+
("DeepSeek - Reasoning π§ π", "deepseek-r1-distill-llama-70b"),
|
526 |
+
("Compound Beta - Agentic & Live Search π οΈπ", "compound-beta")
|
527 |
],
|
528 |
value="llama-3.3-70b-versatile",
|
529 |
label="Select AI Large Language Model π€",
|
530 |
+
info="Please try out the other AI models to use for responses (all LLMs are running on [GroqCloud](https://groq.com/groqrack/)) - Compound Beta includes live internet searching! π"
|
531 |
)
|
532 |
|
533 |
chatbot = gr.Chatbot(height=600, type="messages")
|
|
|
546 |
examples=[
|
547 |
"What research stations does BAS operate in Antarctica? ποΈ",
|
548 |
"Tell me about the RRS Sir David Attenborough π’",
|
549 |
+
"What are the latest climate research findings from BAS? π",
|
550 |
+
"What current projects is BAS working on in Antarctica? π¬",
|
551 |
+
"What's the latest news about BAS's Antarctic operations? π°",
|
552 |
+
"What are BAS's most recent scientific publications? π",
|
553 |
+
"What's happening at Rothera Research Station right now? π‘οΈ"
|
554 |
],
|
555 |
inputs=msg,
|
556 |
)
|