feat: add template of FastGPT

This commit is contained in:
Soulter
2025-02-22 15:43:14 +08:00
parent 0a2abd8214
commit 2807e1e892
3 changed files with 20 additions and 3 deletions

View File

@@ -125,4 +125,4 @@ class ProviderDashscope(ProviderOpenAIOfficial):
raise Exception("暂不支持获得 阿里云百炼 的历史消息记录。")
async def terminate(self):
await self.api_client.close()
pass