Skip to content

Commit

Permalink
Add image to Open WebUI recipe (#12)
Browse files Browse the repository at this point in the history
* Add image to Open WebUI recipe

* Fix metadata in AnythingLLM recipe
  • Loading branch information
williamw authored Feb 28, 2025
1 parent af47989 commit 56f047c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions max-serve-anythingllm/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.0
long_title: "Use AnythingLLM with MAX Serve to chat with DeepSeek R1"
short_title: "Use AnythingLLM and DeepSeek R1 with MAX Serve"
long_title: "Use AnythingLLM with MAX Serve to chat with Llama 3.1"
short_title: "Use AnythingLLM and Llama 3.1 with MAX Serve"
author: "Bill Welense"
author_image: "author/billw.jpg"
author_url: "https://www.linkedin.com/in/welense/"
Expand All @@ -10,7 +10,6 @@ difficulty: "beginner"
tags:
- max-serve
- anythingllm
- deepseek

tasks:
- magic run app
Expand Down
2 changes: 2 additions & 0 deletions max-serve-open-webui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Building on the solid foundation MAX provides, adding a robust user interface is a natural next step.

<img src="cat-expert.png" alt="Open WebUI with MAX Serve Demo" width="500" />

In this recipe you will:

- Use MAX Serve to provide an OpenAI-compatible endpoint for [Llama 3.1](https://ai.meta.com/blog/meta-llama-3-1/)
Expand Down
Binary file added max-serve-open-webui/cat-expert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 56f047c

Please sign in to comment.