[PR #890] [MERGED] feat: claude paid optimize #22752

Closed
opened 2026-02-21 20:19:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/890
Author: @takatost
Created: 8/17/2023
Status: Merged
Merged: 8/17/2023
Merged by: @takatost

Base: mainHead: feat/claude-paid-optimize


📝 Commits (7)

  • dee004b feat: add PAID_MIN_QUALITY
  • d1b82bb feat: support stripe checkout quantity
  • f9e9136 feat: add paid_max_quantity
  • bc5eb3f feat: change stripe callback url params
  • 66c6679 feat: optimize claude batch process command
  • 5f2fab3 fix: provider last update not working
  • 6c3ff02 fix: last used json parse

📊 Changes

10 files changed (+69 additions, -25 deletions)

View changed files

📝 api/.env.example (+4 -2)
📝 api/commands.py (+5 -2)
📝 api/config.py (+10 -6)
📝 api/controllers/console/webhook/stripe.py (+9 -1)
📝 api/core/model_providers/models/llm/base.py (+2 -0)
📝 api/core/model_providers/providers/anthropic_provider.py (+2 -0)
📝 api/core/model_providers/providers/hosted.py (+5 -1)
📝 api/core/model_providers/rules/anthropic.json (+3 -2)
📝 api/services/provider_checkout_service.py (+25 -9)
📝 api/services/provider_service.py (+4 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/890 **Author:** [@takatost](https://github.com/takatost) **Created:** 8/17/2023 **Status:** ✅ Merged **Merged:** 8/17/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `feat/claude-paid-optimize` --- ### 📝 Commits (7) - [`dee004b`](https://github.com/langgenius/dify/commit/dee004bffdd511a3b8d89a811cc769fb280e4964) feat: add PAID_MIN_QUALITY - [`d1b82bb`](https://github.com/langgenius/dify/commit/d1b82bb8e3b1bd376c0f8ca06fae620a03bd3b99) feat: support stripe checkout quantity - [`f9e9136`](https://github.com/langgenius/dify/commit/f9e913694b3dac785367ae858f76371edf481ff0) feat: add paid_max_quantity - [`bc5eb3f`](https://github.com/langgenius/dify/commit/bc5eb3fbd27b3ccfd78cd7cc73525fbc1e78621f) feat: change stripe callback url params - [`66c6679`](https://github.com/langgenius/dify/commit/66c6679637c7f0087cd8db6f2a3ed94811233af5) feat: optimize claude batch process command - [`5f2fab3`](https://github.com/langgenius/dify/commit/5f2fab31be1e90138ae0723b49633829157a3603) fix: provider last update not working - [`6c3ff02`](https://github.com/langgenius/dify/commit/6c3ff02d589531568fb485311571b67fbee1a856) fix: last used json parse ### 📊 Changes **10 files changed** (+69 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `api/.env.example` (+4 -2) 📝 `api/commands.py` (+5 -2) 📝 `api/config.py` (+10 -6) 📝 `api/controllers/console/webhook/stripe.py` (+9 -1) 📝 `api/core/model_providers/models/llm/base.py` (+2 -0) 📝 `api/core/model_providers/providers/anthropic_provider.py` (+2 -0) 📝 `api/core/model_providers/providers/hosted.py` (+5 -1) 📝 `api/core/model_providers/rules/anthropic.json` (+3 -2) 📝 `api/services/provider_checkout_service.py` (+25 -9) 📝 `api/services/provider_service.py` (+4 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:19:41 -05:00
yindo closed this issue 2026-02-21 20:19:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22752