Skip to content

Commit

Permalink
change MAX_WORKER_THREAD_COUNT to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiichi-Origami committed Feb 20, 2024
1 parent 79f2460 commit 374cdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/qianfan/resources/llm/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# This constant is used to express no model is spcified,
# so that SDK still can get the requirements of API from _supported_models()
UNSPECIFIED_MODEL = "UNSPECIFIED_MODEL"
MAX_WORKER_THREAD_COUNT = 100000
MAX_WORKER_THREAD_COUNT = 1000


class BatchRequestFuture(object):
Expand Down

0 comments on commit 374cdf1

Please sign in to comment.