实现deepseek 对话
This commit is contained in:
3
web/apps/web-antd/src/utils/auth.ts
Normal file
3
web/apps/web-antd/src/utils/auth.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function formatToken(token: null | string) {
|
||||
return token ? `Bearer ${token}` : null;
|
||||
}
|
||||
Reference in New Issue
Block a user