mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #2991] [CLOSED] Merge from main repo to my local one #44198
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/2991
Author: @svenheins
Created: 6/10/2024
Status: ❌ Closed
Base:
main← Head:merge📝 Commits (10+)
3bee97epipelines workd8253e3Update README.md0319173clean up + .env.exampleafaf83dreadme with serper_api token87f9872no_proxy changes for proxy environment75b8bf1change pipeline tools -> external, more modularfa06eadstart summarization with notebook9d56354websearch works for current Dockerfile -> crewai vs langchain versions need fix45696c43 different pipelines with different requirements and endpointsd9449b2Merge pull request #1 from open-webui/main📊 Changes
21 files changed (+4469 additions, -3 deletions)
View changed files
📝
.env.example(+3 -0)📝
README.md(+10 -0)➕
docker-compose.pipelines.yaml(+125 -0)➕
notebooks/iz_SJ5TpLJ0.txt(+3392 -0)➕
notebooks/youtube_extract.ipynb(+312 -0)➕
pipelines/Dockerfile_base(+4 -0)➕
pipelines/Dockerfile_crewai(+7 -0)➕
pipelines/Dockerfile_weblink_youtube(+7 -0)➕
pipelines/mount/.env.example(+2 -0)➕
pipelines/mount/base/ollama_pipeline.py(+60 -0)➕
pipelines/mount/base/ollama_pipeline/valves.json(+1 -0)➕
pipelines/mount/base/wikipedia_pipeline.py(+69 -0)➕
pipelines/mount/base/wikipedia_pipeline/valves.json(+1 -0)➕
pipelines/mount/crewai/travel_pipeline.py(+325 -0)➕
pipelines/mount/crewai/travel_pipeline/valves.json(+1 -0)➕
pipelines/mount/weblink_youtube/weblink_summarization_pipeline.py(+107 -0)➕
pipelines/mount/weblink_youtube/weblink_summarization_pipeline/valves.json(+1 -0)➕
pipelines/src/crewai_tools/__init__.py(+0 -0)➕
pipelines/src/crewai_tools/search_tools.py(+34 -0)➕
prompts/prompt-Websim.ai URL Generator _ Fake URL generator.json(+1 -0)...and 1 more files
📄 Description
added
140 ish commits to my repo
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.