Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbd814a5

Browse files
committed
chore: update config example
1 parent2179a49 commitbd814a5

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

‎configs/gemini.yaml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ default_settings:
3131
allowed_methods:["GET", "POST", "PUT", "DELETE", "OPTIONS"]# Allowed HTTP methods for the API
3232
queue:
3333
max_size:200
34+
max_workers:10# Maximum number of concurrent workers for processing requests
3435
expiry_seconds:300
3536
rate_limit:
3637
enabled:true
@@ -78,7 +79,7 @@ apis:
7879

7980
# Request body substitution settings
8081
request_body_substitution:
81-
enabled:false
82+
enabled:true
8283
# Substitution rules for request body with JMEPath
8384
rules:
8485
# Since Gemini API doesn't support frequency_penalty and presence_penalty, we remove them with these rules

‎configs/novelai.yaml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ default_settings:
3131
allowed_methods:["GET", "POST", "PUT", "DELETE", "OPTIONS"]# Allowed HTTP methods for the API
3232
queue:
3333
max_size:200
34+
max_workers:10# Maximum number of concurrent workers for processing requests
3435
expiry_seconds:300
3536
rate_limit:
3637
enabled:true

‎configs/openai.yaml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ default_settings:
3131
allowed_methods:["GET", "POST", "PUT", "DELETE", "OPTIONS"]# Allowed HTTP methods for the API
3232
queue:
3333
max_size:200
34+
max_workers:10# Maximum number of concurrent workers for processing requests
3435
expiry_seconds:300
3536
rate_limit:
3637
enabled:true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp