mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 02:19:20 +08:00
feat: server multi models support (#799)
This commit is contained in:
6
api/extensions/ext_stripe.py
Normal file
6
api/extensions/ext_stripe.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import stripe
|
||||
|
||||
|
||||
def init_app(app):
|
||||
if app.config.get('STRIPE_API_KEY'):
|
||||
stripe.api_key = app.config.get('STRIPE_API_KEY')
|
||||
Reference in New Issue
Block a user