Commit Graph

470 Commits

Author SHA1 Message Date
Takahiro Kikumoto
c1bbbe1165 Refactor AWS Bedrock Claude Pipeline to support Instance Profile and Task Role
- Updated `Valves` class to use `Optional[str]` for AWS credentials.
- Modified `__init__` method to initialize `valves` with environment variables.
- Added `update_pipelines` method to handle Bedrock client initialization and model fetching.
- Refactored `on_startup` and `on_valves_updated` methods to call `update_pipelines`.
- Improved error handling in `update_pipelines` and `get_models` methods.
2025-03-18 16:33:44 +09:00
Takahiro Kikumoto
51e267c10f Refactor payload structure to comply with Bedrock Converse API
- Updated `inferenceConfig` to include `temperature`, `topP`, `maxTokens`, and `stopSequences`.
- Added `additionalModelRequestFields` with `top_k` parameter.
- Removed unnecessary deletion of `additionalModelRequestFields` in `stream_response` method.
2025-03-18 13:29:15 +09:00
Takahiro Kikumoto
827b47d2d5 Fix system message handling and payload cleanup in AWS Bedrock Claude Pipeline
- Corrected the system message extraction to use the "content" field.
- Removed unnecessary deletion of the "system" field from the payload in stream_response method.
2025-03-18 12:01:14 +09:00
Timothy Jaeryang Baek
f89ab37f53
Merge pull request #443 from mikeyobrien/main
Add thinking support for claude-3-7-sonnet
2025-03-05 19:53:54 -08:00
Mikey O'Brien
10242dc8a2 Add thinking support for claude-3-7-sonnet 2025-02-27 17:42:17 -06:00
Timothy Jaeryang Baek
ff414797e9
Merge pull request #441 from federicociro/patch-1 2025-02-24 15:36:42 -08:00
Federico B
afde1aafb0
Add claude-3-7-sonnet-20250219 Model
Added support for the latest Claude-3-7-Sonnet model (version 20250219) from Anthropic in the OpenWebUI pipeline.
2025-02-24 23:16:41 +01:00
Justin Hayes
dc18bdd5e2
Merge pull request #436 from ther3zz/patch-2
Update langfuse_filter_pipeline.py
2025-02-20 15:19:41 -05:00
ther3zz
e7efb32728
Update langfuse_filter_pipeline.py
fixes issues with messages not properly being sent to langfuse.
also adds the system prompt if any and sources if any
2025-02-20 15:13:15 -05:00
Timothy Jaeryang Baek
10662e224c Update README.md 2025-02-20 11:33:33 -08:00
Timothy Jaeryang Baek
138c90a153 Update README.md 2025-02-20 11:33:14 -08:00
Timothy Jaeryang Baek
64224c8352
Merge pull request #432 from lmtr0/main
Update openai_manifold_pipeline.py
2025-02-20 11:32:31 -08:00
Lorenzo
3cb201d2d6
Update openai_manifold_pipeline.py
added support for o1 and o3 models
2025-02-19 09:32:27 -03:00
Timothy Jaeryang Baek
ab9012c228
Merge pull request #378 from Fyve-Labs/fix/wikipedia-pipeline
fix(wikipedia-pipeline): update wikipedia pipeline example
2025-02-14 13:45:25 -08:00
Timothy Jaeryang Baek
4df33a01d3
Merge pull request #379 from Fyve-Labs/fix/install-at-build
Fix - install dependencies at docker image build
2025-02-14 13:11:20 -08:00
Timothy Jaeryang Baek
2c4ee26eb0
Merge pull request #401 from mbeltagy/patch-1
Added a deepseek manifold pipeline
2025-02-14 13:09:41 -08:00
Timothy Jaeryang Baek
a07b306a8b
Merge pull request #407 from veleinfobip/my_correction
Fix issue with chat_id handling
2025-02-14 13:09:28 -08:00
Timothy Jaeryang Baek
a6fd02d6ab
Merge pull request #409 from litui/feature/azure-deepseek-example
Feature: additional example provider for DeepSeek R1 API on Azure.
2025-02-14 13:08:56 -08:00
Aria Burrell
7a8fa1a862
Feature: additional provider for DeepSeek R1 API on Azure. 2025-02-02 20:23:21 -07:00
Velibor
d8020ad304 Fix issue with chat_id handling 2025-01-29 12:36:21 +01:00
mbeltagy
3eb2d0afc6
Including Deepseek R1
Just added support to recent `deepseek-reasoner`
2025-01-22 09:45:26 +02:00
mbeltagy
7a8fff76b2
Create deepseek_manifold_pipeline.py 2025-01-20 01:07:10 +02:00
Timothy Jaeryang Baek
db29eb2956
Merge pull request #387 from marcklingen/fix-output-tracking-in-langfuse-pipe
fix: include assistant message as trace.output in langfuse
2025-01-06 02:21:03 -08:00
Marc Klingen
bca4f84c24
fix: include assistant message as trace.output in langfuse 2025-01-06 11:19:10 +01:00
Eric Z
a28fdd1ed7 docs(docker-build): update the README for advanced docker build 2024-12-29 08:31:20 -06:00
Eric Z
6831103ac4 fix(docker-build): refine start.sh for pre-install at docker build 2024-12-29 08:23:02 -06:00
Eric Z
542d143a88 fix(wikipedia-streaming): convert to streaming-compatible responses 2024-12-29 05:32:34 -06:00
Eric Z
5a6e476fd9 fix(wikipedia-pipeline): update wikipedia pipeline example (api + responses) 2024-12-28 14:35:59 -06:00
Timothy Jaeryang Baek
1367d95750 refac: enforce api on all routes 2024-11-21 20:38:50 -08:00
Timothy Jaeryang Baek
c98ca763bc
Merge pull request #318 from Xtrah/main
add new Claude 3.5 Haiku to Anthropic pipeline
2024-11-11 13:18:06 -08:00
Xtrah
aabb200bbd
add new Claude 3.5 Haiku to Anthropic pipeline 2024-11-05 10:57:46 +01:00
Timothy Jaeryang Baek
6cdac4f4d1
Merge pull request #300 from chemwolf6922/add-minimum-docker-build
Add minimum docker build
2024-10-23 04:38:42 -07:00
Feng Wang
34a14826f6 Merge branch 'main' into add-minimum-docker-build 2024-10-23 19:32:17 +08:00
Justin Hayes
c90e580843
Merge pull request #306 from justinh-rahb/sonnet-update
Update Claude 3.5 Sonnet to Oct 22 checkpoint.
2024-10-23 03:10:18 -04:00
Justin Hayes
7d30cf8c3e
Update anthropic_manifold_pipeline.py
Update Claude 3.5 Sonnet to Oct 22 checkpoint.
2024-10-23 03:08:44 -04:00
Timothy Jaeryang Baek
3253bae470
Merge pull request #302 from jedwards1230/consolidate-docker
Consolidate GH Actions
2024-10-22 16:56:56 -07:00
Timothy Jaeryang Baek
372350b57e
Merge pull request #303 from 1995parham/main
Respect to `PIPELINES_DIR` in start.sh
2024-10-22 16:55:08 -07:00
Timothy Jaeryang Baek
1c02f7006f
Merge pull request #304 from azdolinski/main
Add examples/pipelines/integrations for DifyAI and N8N
2024-10-22 16:54:32 -07:00
Artur Zdolinski
ca35b9df0b
Update dify_pipeline.py 2024-10-23 00:02:24 +02:00
Artur Zdolinski
f4fc2f1f07
Create n8n_pipeline.py 2024-10-22 23:57:44 +02:00
Artur Zdolinski
a82c47c6d4
Update dify_pipeline.py
Uncomment to disable SSL verification warnings if needed.
2024-10-22 23:48:19 +02:00
Artur Zdolinski
0b8469bcd1
Create dify_pipeline.py 2024-10-22 23:45:27 +02:00
Parham Alvani
886d9e6110 fix: respect to pipelines dir environment variable in start.sh 2024-10-21 15:20:47 +00:00
Parham Alvani
5c0440ac3f fix: respect to pipelines dir environment variable in start.sh 2024-10-21 15:20:04 +00:00
Justin
6a63c0388e
fix: dockerfile casing 2024-10-21 10:34:43 -04:00
Justin
0a215304b2
fix: env vars in workflow 2024-10-21 10:20:47 -04:00
Justin
865bc273d9
ci: refactor workflows 2024-10-21 10:11:36 -04:00
Justin
d6c025e976
Merge branch 'open-webui:main' into main 2024-10-21 09:43:44 -04:00
Timothy Jaeryang Baek
1136b83d7f
Merge pull request #165 from Marenz/custom_prompt
Allow custom prompt with blueprint
2024-10-20 15:01:50 -07:00
Justin
860e48dd21
chore: update gh action 2024-10-20 14:03:28 -04:00