Eli Gao

Results 5 comments of Eli Gao

Hi, anything I could help with this? Would be nice to have it.

+1 I just tried wiresharking the wireless packets between Xbox one controller and windows adapter, part of the protocols seem pretty straightforward though some other parts are not understood yet.

I suggest implementing a few common policies like read-through/write-through etc. see: https://www.prisma.io/dataguide/managing-databases/introduction-database-caching I've recently implemented a `TieredStorage` driver in my own project, it's under tests and I'll create a PR...

能否支持阿里云国际站的API Endpoint: https://dashscope-intl.aliyuncs.com 来源:https://www.alibabacloud.com/help/zh/model-studio/use-qwen-by-calling-api

@liruifengv 我上面贴的链接是阿里云国际站百炼通用的API base,支持qwen通用模型和领域模型等 qwen-mt这个领域模型的[文档里](https://www.alibabacloud.com/help/zh/model-studio/machine-translation)所提供的 base url 也是 `https://dashscope-intl.aliyuncs.com/compatible-mode/v1` qwen-mt 需要额外传入 source_lang/target_lang 参数,所以直接用百炼是不太行的。 我试了一下在开发者设置里如下override apiUrl,但是测试服务还是请求到了`dashscope.aliyuncs.com`: ```json "qwen-mt-AbCdEf": { "apiKey": "sk-redacted", "apiUrl": "https://dashscope-intl.aliyuncs.com/compatible-mode/v1/chat/completions", "extends": "qwen-mt", "group": "custom", "model": "qwen-mt-turbo", "name": "Qwen-MT INTL",...