|  | @@ -18,12 +18,13 @@ VOLCENGINE_API_TOKEN = '5e275c38-44fd-415f-abcf-4b59f6377f72'
 | 
											
												
													
														|  |  VOLCENGINE_BASE_URL = "https://ark.cn-beijing.volces.com/api/v3"
 |  |  VOLCENGINE_BASE_URL = "https://ark.cn-beijing.volces.com/api/v3"
 | 
											
												
													
														|  |  VOLCENGINE_MODEL_DEEPSEEK_V3 = "ep-20250213194558-rrmr2"
 |  |  VOLCENGINE_MODEL_DEEPSEEK_V3 = "ep-20250213194558-rrmr2"
 | 
											
												
													
														|  |  VOLCENGINE_MODEL_DOUBAO_PRO_1_5 = 'ep-20250307150409-4blz9'
 |  |  VOLCENGINE_MODEL_DOUBAO_PRO_1_5 = 'ep-20250307150409-4blz9'
 | 
											
												
													
														|  | 
 |  | +VOLCENGINE_MODEL_DOUBAO_PRO_32K = 'ep-20250414202859-6nkz5'
 | 
											
												
													
														|  |  DEEPSEEK_API_TOKEN = 'sk-67daad8f424f4854bda7f1fed7ef220b'
 |  |  DEEPSEEK_API_TOKEN = 'sk-67daad8f424f4854bda7f1fed7ef220b'
 | 
											
												
													
														|  |  DEEPSEEK_BASE_URL = 'https://api.deepseek.com/'
 |  |  DEEPSEEK_BASE_URL = 'https://api.deepseek.com/'
 | 
											
												
													
														|  |  DEEPSEEK_CHAT_MODEL = 'deepseek-chat'
 |  |  DEEPSEEK_CHAT_MODEL = 'deepseek-chat'
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  class ChatServiceType(Enum):
 |  |  class ChatServiceType(Enum):
 | 
											
												
													
														|  | -    OPENAI_COMPATIBLE = auto
 |  | 
 | 
											
												
													
														|  | 
 |  | +    OPENAI_COMPATIBLE = auto()
 | 
											
												
													
														|  |      COZE_CHAT = auto()
 |  |      COZE_CHAT = auto()
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  class CrossAccountJWTOAuthApp(JWTOAuthApp):
 |  |  class CrossAccountJWTOAuthApp(JWTOAuthApp):
 |