Skip to content

Commit b446151

Browse files
committed
feat: Non streaming response answers_list
1 parent 92e366a commit b446151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/common/util/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from django.core.cache import cache
1414

1515
# alg使用的算法
16-
HEADER = {'typ': 'JWP', 'alg': 'default'}
16+
HEADER = {'type': 'JWP', 'alg': 'default'}
1717
TOKEN_KEY = 'solomon_world_token'
1818
TOKEN_SALT = '[email protected]'
1919
TIME_OUT = 30 * 60

0 commit comments

Comments
 (0)