refine templates of graph (#1368)

### What problem does this PR solve?

#918 
### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
KevinHuSh
2024-07-04 10:33:49 +08:00
committed by GitHub
parent 3ccb62910b
commit 4122695a1a
8 changed files with 984 additions and 252 deletions

View File

@ -108,6 +108,7 @@ class AzureGptV4(Base):
)
return res.choices[0].message.content.strip(), res.usage.total_tokens
class QWenCV(Base):
def __init__(self, key, model_name="qwen-vl-chat-v1", lang="Chinese", **kwargs):
import dashscope