Zelong
Zelong
[UNK]是不在字典里的字符,可能你训练的时候太多字不在字典里了
通用就是所有安卓版本都能用,专版就是安卓大于5.0的系统用的。release页面每个版本都有说明,数字越大版本越高
Same as you, I notice that when i update vscode 1.87, memory of process `Code Help(Plugin)` keep increasing when vscode lunched. Search pid by `ps -ef|grep $pid`, find the pylance...
> Hi @heejaechang , > > Thank you for your help. I understand I can turn all those assistances off for the sake of memory, but it does not explain...
Bellowing test with a new vscode profile Test Repo: https://github.com/Dragon-GCS/apscheduler-webui (or any workspace with a python file) ## versions - Vscode 1.87.2 Extensions:(All of them is the latest with specified...
Anybody tried [this](https://stackoverflow.com/questions/36866035/how-to-refer-to-enclosing-type-definition-recursively-in-openapi-swagger)(Add an example on schema) ?
If you want to solve it temporarily, maybe you can use placeholder instead of initial.
It appears that this issue has not been fully resolved. On the demo page, the 'Status' column is not being correctly rendered as Markdown. 
In openai python sdk, they rewrite the base url with model name when build the request, see https://github.com/openai/openai-python/blob/main/src/openai/lib/azure.py#L65, and can ignore deployment when init the client, see https://github.com/openai/openai-python/blob/main/src/openai/lib/azure.py#L225. I've check...
I think this issue can be closed now, azure support [V1 API](https://learn.microsoft.com/en-us/azure/ai-foundry/openai/api-version-lifecycle?tabs=python#api-evolution) now, user can set base_url with `https://YOUR-RESOURCE-NAME.openai.azure.com/openai/v1/` without `deployment_id` and `api_version`.