From 6731b19198503d57f66fa9dd17d9eeef6f77677c Mon Sep 17 00:00:00 2001 From: Arash Date: Tue, 2 Sep 2025 15:01:26 +0200 Subject: [PATCH 1/8] Add LLM Hub blog post --- content/news/2025-09-02-llm-hub/index.md | 144 +++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 content/news/2025-09-02-llm-hub/index.md diff --git a/content/news/2025-09-02-llm-hub/index.md b/content/news/2025-09-02-llm-hub/index.md new file mode 100644 index 0000000000..d30b881b73 --- /dev/null +++ b/content/news/2025-09-02-llm-hub/index.md @@ -0,0 +1,144 @@ +--- +title: 'LLM Hub: Accessible Large Language Models for Everyone' +date: '2025-09-02' +tease: "Access powerful Large Language Models in Galaxy without API keys" +hide_tease: false +authors: Arash Kadkhodaei +subsites: [global, eu, us, freiburg] +tags: [tool, AI, LLM] +--- + +## LLM Hub: Accessible Large Language Models for Everyone + +Large Language Models (LLMs) have revolutionized how we process and analyze text data, offering powerful capabilities for tasks ranging from content generation to complex reasoning. However, accessing these models often requires API keys, payment setups, and technical expertise that can be barriers for many researchers. Today, we're excited to introduce [LLM Hub](https://usegalaxy.eu/?tool_id=llm_hub) on Galaxy Europe - a tool that makes powerful AI models accessible to everyone without the need for personal API keys or payment information. + +## What Makes LLM Hub Different? + +Unlike traditional LLM access methods that require users to: +- Create accounts with AI providers +- Set up payment methods +- Manage API keys +- Handle rate limits and costs + +LLM Hub provides **direct access** to a diverse collection of state-of-the-art language models through Galaxy's familiar interface. This represents a significant step forward in democratizing AI access for the research community. + +## Available Models + +LLM Hub offers access to a carefully curated selection of models, each optimized for different use cases. These models are currently hosted at the University of Freiburg and represent our initial offering. +This collection may expand in the future with additional models from various providers. + +### Text Models + +| Model | Provider | Description | +|-------|----------|-------------| +| **GPT-OSS-120B** | OpenAI | Best suited for complex tasks, deep reasoning, and detailed outputs | +| **GPT-OSS-20B** | OpenAI | Smooth for straightforward Q&A or text generation, efficient on small servers | +| **Qwen3-30B-A3B** | Alibaba Cloud | Strong all-rounder for technical tasks, coding, and long structured outputs | +| **DeepSeek-R1-0528-Qwen3-8B** | DeepSeek | Fast and efficient for general reasoning and straightforward problem-solving | +| **Meta-Llama-3.1-8B-Instruct** | Meta AI | Lightweight and responsive, suitable for simpler tasks and fast prompt execution | +| **Mistral-Small-3.2-24B** | Mistral AI | Balanced accuracy and speed, good for drafting documents and structured outputs | +| **Magistral-Small** | Mistral AI | Quick and lightweight text generation, best when speed and cost matter most | + +### Multimodal Models + +| Model | Provider | Description | +|-------|----------|-------------| +| **Gemma-3-12B** | Google DeepMind | Handles text + images, great for describing photos, diagrams, or screenshots | +| **Qwen2.5-VL-7B** | Alibaba Cloud | Budget-friendly image understanding, extract info from charts, UIs, or screenshots | + +### Image Models + +| Model | Provider | Description | +|-------|----------|-------------| +| **NuMarkdown-8B-Thinking** | NuMind | Advanced OCR and document understanding, excels at extracting structured data from scanned images | + +## Key Features + +### Multiple Input Types +LLM Hub supports various input formats depending on the model type: +- **Text files** (TXT, HTML, JSON) for text-based analysis +- **Images** (JPG, PNG, GIF, TIFF, BMP) for visual understanding +- **Combined inputs** for multimodal analysis + +### Workflow Integration +As with all Galaxy tools, LLM Hub seamlessly integrates into larger analytical workflows. You can: +- Process data with other Galaxy tools before LLM analysis +- Use LLM outputs as inputs for downstream analysis +- Create reproducible workflows combining traditional data processing with AI capabilities +- Share complete analytical pipelines with colleagues + +### Use Cases + +The versatility of LLM Hub makes it suitable for numerous research applications: + +**Text Analysis & Processing:** +- Summarize research papers or documents +- Extract key information from unstructured text +- Translate content between languages +- Perform sentiment analysis on social media data +- Generate structured data from free-form text + +**Image & Document Analysis:** +- Extract text from scanned documents (OCR) +- Analyze charts, graphs, and diagrams +- Describe scientific images or experimental results +- Process screenshots of interfaces or applications + +**Research & Development:** +- Generate code snippets for data analysis +- Create documentation and explanations +- Brainstorm research ideas and approaches +- Draft grant proposals or research summaries + +**Educational Applications:** +- Create learning materials and explanations +- Generate quiz questions from course content +- Provide detailed explanations of complex concepts +- Assist with academic writing and editing + +## Getting Started + +Using LLM Hub is straightforward: + +1. **Navigate to Galaxy Europe** and search for "LLM Hub" in the tool panel +2. **Select your model type** based on your input data (text, image, or multimodal) +3. **Choose the appropriate model** for your task complexity and requirements +4. **Upload your context data** (optional) - this can be text files, images, or both +5. **Enter your prompt** describing the task you want the LLM to perform +6. **Run the tool** and receive your results in Markdown format + +The tool's intelligent interface guides you through the selection process, ensuring you choose the right model for your specific needs. + +## Technical Implementation + +LLM Hub leverages LiteLLM proxy technology to provide seamless access to multiple AI providers through a unified interface. This architecture ensures: +- **Reliability**: Automatic failover and retry mechanisms +- **Performance**: Optimized routing to the best available endpoints +- **Scalability**: Dynamic load balancing across multiple providers +- **Consistency**: Standardized API interface regardless of the underlying model + +The tool is built with robust error handling and provides clear feedback when models are temporarily unavailable or experiencing high demand. + +## Privacy and Data Security + +Your data privacy is paramount. LLM Hub: +- Processes data through secure, encrypted connections +- Does not store user inputs or outputs permanently +- Operates within Galaxy's established security framework +- Complies with European data protection standards + +## Looking Forward + +LLM Hub represents just the beginning of Galaxy's AI integration journey. Future developments will include: +- Additional model providers and specialized models +- Enhanced multimodal capabilities +- Custom fine-tuning options for domain-specific tasks +- Advanced workflow templates for common use cases + +## Try It Now + +LLM Hub is available immediately on [Galaxy Europe](https://usegalaxy.eu). Whether you're analyzing research data, processing documents, or exploring the capabilities of modern AI, LLM Hub provides the tools you need without the traditional barriers to entry. + + + +Experience the power of large language models integrated into your scientific workflows - no API keys required, no payment setup needed, just powerful AI capabilities at your fingertips. From 7e020e6ee70e9170bff47907f4abd142af6dd0bb Mon Sep 17 00:00:00 2001 From: Arash Kadkhodaei Date: Tue, 2 Sep 2025 15:54:05 +0200 Subject: [PATCH 2/8] Update content/news/2025-09-02-llm-hub/index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Björn Grüning --- content/news/2025-09-02-llm-hub/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/2025-09-02-llm-hub/index.md b/content/news/2025-09-02-llm-hub/index.md index d30b881b73..1aca0f2d48 100644 --- a/content/news/2025-09-02-llm-hub/index.md +++ b/content/news/2025-09-02-llm-hub/index.md @@ -10,7 +10,7 @@ tags: [tool, AI, LLM] ## LLM Hub: Accessible Large Language Models for Everyone -Large Language Models (LLMs) have revolutionized how we process and analyze text data, offering powerful capabilities for tasks ranging from content generation to complex reasoning. However, accessing these models often requires API keys, payment setups, and technical expertise that can be barriers for many researchers. Today, we're excited to introduce [LLM Hub](https://usegalaxy.eu/?tool_id=llm_hub) on Galaxy Europe - a tool that makes powerful AI models accessible to everyone without the need for personal API keys or payment information. +Large Language Models (LLMs) have revolutionized how we process and analyze text data, offering powerful capabilities for tasks ranging from content generation to complex reasoning. However, accessing these models often requires API keys, payment setups, and technical expertise that can be barriers for many researchers. Today, we're excited to introduce [LLM Hub](https://usegalaxy.eu/?tool_id=llm_hub) - a tool that makes powerful AI models accessible to everyone. ## What Makes LLM Hub Different? From c63e76df2d26bbbaffe3926a4117cdb7d0dadc2d Mon Sep 17 00:00:00 2001 From: Arash Kadkhodaei Date: Tue, 2 Sep 2025 15:54:18 +0200 Subject: [PATCH 3/8] Update content/news/2025-09-02-llm-hub/index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Björn Grüning --- content/news/2025-09-02-llm-hub/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/2025-09-02-llm-hub/index.md b/content/news/2025-09-02-llm-hub/index.md index 1aca0f2d48..6b0a2378f9 100644 --- a/content/news/2025-09-02-llm-hub/index.md +++ b/content/news/2025-09-02-llm-hub/index.md @@ -79,7 +79,7 @@ The versatility of LLM Hub makes it suitable for numerous research applications: - Generate structured data from free-form text **Image & Document Analysis:** -- Extract text from scanned documents (OCR) +- Extract text from scanned documents (OCR) or Excel screenshots 😱 - Analyze charts, graphs, and diagrams - Describe scientific images or experimental results - Process screenshots of interfaces or applications From ef4cfacf1ece6ecc087d34030320b89c0ba5b232 Mon Sep 17 00:00:00 2001 From: Arash Date: Tue, 2 Sep 2025 16:53:09 +0200 Subject: [PATCH 4/8] Refactor LLM Hub blog post --- content/news/2025-09-02-llm-hub/index.md | 61 ++++-------------------- 1 file changed, 10 insertions(+), 51 deletions(-) diff --git a/content/news/2025-09-02-llm-hub/index.md b/content/news/2025-09-02-llm-hub/index.md index 6b0a2378f9..95d270b826 100644 --- a/content/news/2025-09-02-llm-hub/index.md +++ b/content/news/2025-09-02-llm-hub/index.md @@ -12,21 +12,16 @@ tags: [tool, AI, LLM] Large Language Models (LLMs) have revolutionized how we process and analyze text data, offering powerful capabilities for tasks ranging from content generation to complex reasoning. However, accessing these models often requires API keys, payment setups, and technical expertise that can be barriers for many researchers. Today, we're excited to introduce [LLM Hub](https://usegalaxy.eu/?tool_id=llm_hub) - a tool that makes powerful AI models accessible to everyone. -## What Makes LLM Hub Different? - -Unlike traditional LLM access methods that require users to: -- Create accounts with AI providers -- Set up payment methods -- Manage API keys -- Handle rate limits and costs - -LLM Hub provides **direct access** to a diverse collection of state-of-the-art language models through Galaxy's familiar interface. This represents a significant step forward in democratizing AI access for the research community. +When you use LLM Hub, your data is processed like any other Galaxy job—securely and privately—at the University of Freiburg's compute center, using encrypted connections, without permanently storing inputs or outputs, and fully protected within Galaxy's established privacy framework in compliance with European data protection standards. ## Available Models LLM Hub offers access to a carefully curated selection of models, each optimized for different use cases. These models are currently hosted at the University of Freiburg and represent our initial offering. This collection may expand in the future with additional models from various providers. +If you have a community model you'd like us to consider adding, contact [contact@usegalaxy.eu](mailto:contact@usegalaxy.eu). + + ### Text Models | Model | Provider | Description | @@ -80,60 +75,24 @@ The versatility of LLM Hub makes it suitable for numerous research applications: **Image & Document Analysis:** - Extract text from scanned documents (OCR) or Excel screenshots 😱 -- Analyze charts, graphs, and diagrams - Describe scientific images or experimental results - Process screenshots of interfaces or applications -**Research & Development:** -- Generate code snippets for data analysis -- Create documentation and explanations -- Brainstorm research ideas and approaches -- Draft grant proposals or research summaries - -**Educational Applications:** -- Create learning materials and explanations -- Generate quiz questions from course content -- Provide detailed explanations of complex concepts -- Assist with academic writing and editing - ## Getting Started Using LLM Hub is straightforward: -1. **Navigate to Galaxy Europe** and search for "LLM Hub" in the tool panel -2. **Select your model type** based on your input data (text, image, or multimodal) -3. **Choose the appropriate model** for your task complexity and requirements -4. **Upload your context data** (optional) - this can be text files, images, or both -5. **Enter your prompt** describing the task you want the LLM to perform -6. **Run the tool** and receive your results in Markdown format +1. **Select your model type** based on your input data (text, image, or multimodal) +2. **Choose the appropriate model** for your task complexity and requirements +3. **Upload your context data** (optional) - this can be text files, images, or both +4. **Enter your prompt** describing the task you want the LLM to perform +5. **Run the tool** and receive your results in Markdown format The tool's intelligent interface guides you through the selection process, ensuring you choose the right model for your specific needs. ## Technical Implementation -LLM Hub leverages LiteLLM proxy technology to provide seamless access to multiple AI providers through a unified interface. This architecture ensures: -- **Reliability**: Automatic failover and retry mechanisms -- **Performance**: Optimized routing to the best available endpoints -- **Scalability**: Dynamic load balancing across multiple providers -- **Consistency**: Standardized API interface regardless of the underlying model - -The tool is built with robust error handling and provides clear feedback when models are temporarily unavailable or experiencing high demand. - -## Privacy and Data Security - -Your data privacy is paramount. LLM Hub: -- Processes data through secure, encrypted connections -- Does not store user inputs or outputs permanently -- Operates within Galaxy's established security framework -- Complies with European data protection standards - -## Looking Forward - -LLM Hub represents just the beginning of Galaxy's AI integration journey. Future developments will include: -- Additional model providers and specialized models -- Enhanced multimodal capabilities -- Custom fine-tuning options for domain-specific tasks -- Advanced workflow templates for common use cases +LLM Hub is powered by a LiteLLM proxy server hosted at [the University of Freiburg's computing center (RZ)](https://www.rz.uni-freiburg.de/en). ## Try It Now From 523514f56ed9138fb2789b6ea399e1a749d2ebb0 Mon Sep 17 00:00:00 2001 From: Arash Date: Tue, 2 Sep 2025 19:16:48 +0200 Subject: [PATCH 5/8] Update LLM Hub content for clarity and accessibility --- content/news/2025-09-02-llm-hub/index.md | 55 +++++++----------------- 1 file changed, 16 insertions(+), 39 deletions(-) diff --git a/content/news/2025-09-02-llm-hub/index.md b/content/news/2025-09-02-llm-hub/index.md index 95d270b826..cc1556aa74 100644 --- a/content/news/2025-09-02-llm-hub/index.md +++ b/content/news/2025-09-02-llm-hub/index.md @@ -1,5 +1,5 @@ --- -title: 'LLM Hub: Accessible Large Language Models for Everyone' +title: 'LLM Hub: Large Language Models Made Easy in Galaxy' date: '2025-09-02' tease: "Access powerful Large Language Models in Galaxy without API keys" hide_tease: false @@ -8,19 +8,16 @@ subsites: [global, eu, us, freiburg] tags: [tool, AI, LLM] --- -## LLM Hub: Accessible Large Language Models for Everyone +## LLM Hub: Large Language Models Made Easy in Galaxy -Large Language Models (LLMs) have revolutionized how we process and analyze text data, offering powerful capabilities for tasks ranging from content generation to complex reasoning. However, accessing these models often requires API keys, payment setups, and technical expertise that can be barriers for many researchers. Today, we're excited to introduce [LLM Hub](https://usegalaxy.eu/?tool_id=llm_hub) - a tool that makes powerful AI models accessible to everyone. +Large Language Models (LLMs) are transforming research, helping with tasks from summarizing papers to analyzing complex text. But setting them up can be tricky—API keys, subscriptions, and technical knowledge can get in the way. -When you use LLM Hub, your data is processed like any other Galaxy job—securely and privately—at the University of Freiburg's compute center, using encrypted connections, without permanently storing inputs or outputs, and fully protected within Galaxy's established privacy framework in compliance with European data protection standards. +[LLM Hub](https://usegalaxy.eu/?tool_id=llm_hub) changes that. It brings powerful LLMs directly into Galaxy, so you can use them like any other Galaxy tool—securely, privately, and without extra setup. Your data stays protected on the University of Freiburg’s servers and is never permanently stored. ## Available Models -LLM Hub offers access to a carefully curated selection of models, each optimized for different use cases. These models are currently hosted at the University of Freiburg and represent our initial offering. -This collection may expand in the future with additional models from various providers. - -If you have a community model you'd like us to consider adding, contact [contact@usegalaxy.eu](mailto:contact@usegalaxy.eu). - +LLM Hub offers a selection of models for different needs. All are hosted at the University of Freiburg, and more will be added over time. +Have a model to suggest? Reach out to [contact@usegalaxy.eu](mailto:contact@usegalaxy.eu). ### Text Models @@ -49,34 +46,17 @@ If you have a community model you'd like us to consider adding, contact [contact ## Key Features -### Multiple Input Types -LLM Hub supports various input formats depending on the model type: -- **Text files** (TXT, HTML, JSON) for text-based analysis -- **Images** (JPG, PNG, GIF, TIFF, BMP) for visual understanding -- **Combined inputs** for multimodal analysis - -### Workflow Integration -As with all Galaxy tools, LLM Hub seamlessly integrates into larger analytical workflows. You can: -- Process data with other Galaxy tools before LLM analysis -- Use LLM outputs as inputs for downstream analysis -- Create reproducible workflows combining traditional data processing with AI capabilities -- Share complete analytical pipelines with colleagues +- **Multiple Input Types:** Text files (TXT, HTML, JSON), images (JPG, PNG, GIF, TIFF, BMP), or both. +- **Workflow Integration:** Combine LLM Hub with other Galaxy tools for reproducible pipelines. ### Use Cases -The versatility of LLM Hub makes it suitable for numerous research applications: - -**Text Analysis & Processing:** -- Summarize research papers or documents -- Extract key information from unstructured text -- Translate content between languages -- Perform sentiment analysis on social media data -- Generate structured data from free-form text - -**Image & Document Analysis:** +- Summarize documents or research papers +- Extract information from unstructured text +- Translate between languages +- Analyze sentiment in social media data - Extract text from scanned documents (OCR) or Excel screenshots 😱 -- Describe scientific images or experimental results -- Process screenshots of interfaces or applications +- Process screenshots, images, or scanned documents ## Getting Started @@ -88,16 +68,13 @@ Using LLM Hub is straightforward: 4. **Enter your prompt** describing the task you want the LLM to perform 5. **Run the tool** and receive your results in Markdown format -The tool's intelligent interface guides you through the selection process, ensuring you choose the right model for your specific needs. -## Technical Implementation +## Behind the Scenes -LLM Hub is powered by a LiteLLM proxy server hosted at [the University of Freiburg's computing center (RZ)](https://www.rz.uni-freiburg.de/en). +LLM Hub communicate with a LiteLLM proxy server hosted by [University of Freiburg’s computing center (RZ)](https://www.rz.uni-freiburg.de/en). ## Try It Now -LLM Hub is available immediately on [Galaxy Europe](https://usegalaxy.eu). Whether you're analyzing research data, processing documents, or exploring the capabilities of modern AI, LLM Hub provides the tools you need without the traditional barriers to entry. +LLM Hub is available on [Galaxy Europe](https://usegalaxy.eu). Whether you're analyzing research data, processing documents, or exploring the capabilities of modern AI, LLM Hub provides the tools you need without the traditional barriers to entry. - -Experience the power of large language models integrated into your scientific workflows - no API keys required, no payment setup needed, just powerful AI capabilities at your fingertips. From 393876bf36d440b2fcba9a387d228899b0f4d43a Mon Sep 17 00:00:00 2001 From: Arash Kadkhodaei Date: Tue, 9 Sep 2025 11:17:12 +0200 Subject: [PATCH 6/8] Apply suggestions from code review Co-authored-by: Daniela Schneider <85058499+Sch-Da@users.noreply.github.com> --- content/news/2025-09-02-llm-hub/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/news/2025-09-02-llm-hub/index.md b/content/news/2025-09-02-llm-hub/index.md index cc1556aa74..efd6dd7cf6 100644 --- a/content/news/2025-09-02-llm-hub/index.md +++ b/content/news/2025-09-02-llm-hub/index.md @@ -1,7 +1,7 @@ --- title: 'LLM Hub: Large Language Models Made Easy in Galaxy' date: '2025-09-02' -tease: "Access powerful Large Language Models in Galaxy without API keys" +tease: "Access powerful Large Language Models in Galaxy easily" hide_tease: false authors: Arash Kadkhodaei subsites: [global, eu, us, freiburg] @@ -35,7 +35,7 @@ Have a model to suggest? Reach out to [contact@usegalaxy.eu](mailto:contact@useg | Model | Provider | Description | |-------|----------|-------------| -| **Gemma-3-12B** | Google DeepMind | Handles text + images, great for describing photos, diagrams, or screenshots | +| **Gemma-3-12B** | Google DeepMind | Handles text and images, great for describing photos, diagrams, or screenshots | | **Qwen2.5-VL-7B** | Alibaba Cloud | Budget-friendly image understanding, extract info from charts, UIs, or screenshots | ### Image Models @@ -61,17 +61,18 @@ Have a model to suggest? Reach out to [contact@usegalaxy.eu](mailto:contact@useg ## Getting Started Using LLM Hub is straightforward: + 1. **Select your model type** based on your input data (text, image, or multimodal) 2. **Choose the appropriate model** for your task complexity and requirements -3. **Upload your context data** (optional) - this can be text files, images, or both +3. **Upload your context data** (optional) - this can be text files, images, or both. Click on the icon "Upload" on the left panel and select what you want to upload. When the item in your history turns green, it is ready to go. 4. **Enter your prompt** describing the task you want the LLM to perform 5. **Run the tool** and receive your results in Markdown format ## Behind the Scenes -LLM Hub communicate with a LiteLLM proxy server hosted by [University of Freiburg’s computing center (RZ)](https://www.rz.uni-freiburg.de/en). +LLM Hub communicates with a LiteLLM proxy server hosted by [University of Freiburg’s computing center (RZ)](https://www.rz.uni-freiburg.de/en). ## Try It Now From 4130b445c806abdbfb152ad5a9563fdc7cd38882 Mon Sep 17 00:00:00 2001 From: Arash Kadkhodaei Date: Tue, 9 Sep 2025 12:00:01 +0200 Subject: [PATCH 7/8] Update content/news/2025-09-02-llm-hub/index.md --- content/news/2025-09-02-llm-hub/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/2025-09-02-llm-hub/index.md b/content/news/2025-09-02-llm-hub/index.md index efd6dd7cf6..25497e0937 100644 --- a/content/news/2025-09-02-llm-hub/index.md +++ b/content/news/2025-09-02-llm-hub/index.md @@ -36,7 +36,7 @@ Have a model to suggest? Reach out to [contact@usegalaxy.eu](mailto:contact@useg | Model | Provider | Description | |-------|----------|-------------| | **Gemma-3-12B** | Google DeepMind | Handles text and images, great for describing photos, diagrams, or screenshots | -| **Qwen2.5-VL-7B** | Alibaba Cloud | Budget-friendly image understanding, extract info from charts, UIs, or screenshots | +| **Qwen2.5-VL-7B** | Alibaba Cloud | Efficient at understanding images and extracting info from charts, UIs, or screenshots | ### Image Models From 59898d4cc7db1472d707ddbf03be2f3fabd268eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Fri, 10 Oct 2025 15:14:58 +0200 Subject: [PATCH 8/8] Update and rename index.md to index.md --- .../news/{2025-09-02-llm-hub => 2025-09-10-llm-hub}/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename content/news/{2025-09-02-llm-hub => 2025-09-10-llm-hub}/index.md (99%) diff --git a/content/news/2025-09-02-llm-hub/index.md b/content/news/2025-09-10-llm-hub/index.md similarity index 99% rename from content/news/2025-09-02-llm-hub/index.md rename to content/news/2025-09-10-llm-hub/index.md index 25497e0937..ac80472047 100644 --- a/content/news/2025-09-02-llm-hub/index.md +++ b/content/news/2025-09-10-llm-hub/index.md @@ -1,6 +1,6 @@ --- title: 'LLM Hub: Large Language Models Made Easy in Galaxy' -date: '2025-09-02' +date: '2025-09-10' tease: "Access powerful Large Language Models in Galaxy easily" hide_tease: false authors: Arash Kadkhodaei