fak111

Results 10 issues of fak111

### 🏷️ Ticket [issue](https://github.com/aipotheosis-labs/aci/issues/296 ) ### 📝 Description #### 1. FIGMA GET COMMENTS IN A FILE **Function Name:** `FIGMA__GET_COMMENTS` ```bash docker compose exec runner python -m aci.cli.aci fuzzy-test-function-execution --function-name FIGMA__GET_COMMENTS...

### 🐛 Describe the bug ###video https://www.loom.com/share/8a15efc80194431eb9aea4e65fa1c888?sid=0818810b-fd56-4f1d-b8a8-36bcc10c940a ### Description Server-Sent Events (SSE) connection is failing due to a race condition where requests are being received before the server initialization is...

### 🏷️ Ticket It is on the same platform as Trello, but it is not [Trello](https://github.com/aipotheosis-labs/aci/issues/286). ### testing & results ### 🎥 Demo (if applicable) https://www.loom.com/share/adeddab1abe8417da6f64a37a2a19f01?sid=56f46e69-e591-4f51-8c66-2ed500e55083 ### ✅ Checklist -...

### 🏷️ Ticket https://www.notion.so/Cal-App-versioning-1ec8378d6a4780ca95d9c69cb357f43e?pvs=4 ### testing & results ### 🎥 Demo (if applicable) https://www.loom.com/share/855e49d4f19c491199bca55033fe7490?sid=ea777a27-2b52-4ef6-bb93-ba69f466d571 ### ✅ Checklist - [✅ ] I have signed the [Contributor License Agreement]() (CLA) and read...

### 🏷️ Ticket [trello](https://github.com/aipotheosis-labs/aci/issues/286) ### testing & results ### 📸 Screenshots (if applicable) https://www.loom.com/share/19c2355db7a042958a3a1d54f6d02b4e?sid=9ff6227c-0622-4d7e-8f32-8a947a763dc6 ### ✅ Checklist - [ ✅ ] I have signed the [Contributor License Agreement]() (CLA) and...

### 🏷️ Ticket Add Discord bot integration ### 🎥 Demo (if applicable) https://www.loom.com/share/98efd95b85384d0e8bbeb9c006d8e664?sid=cbeb449c-3c41-44bc-b371-8b069fa5cc0b ### ✅ Checklist - [✅ ] I have signed the [Contributor License Agreement]() (CLA) and read the...

issue:https://github.com/InternLM/xtuner/issues/1196 Usage: export XTUNER_USE_TRITON=0 torchrun --nproc-per-node 1 your_config.py

# 机器环境 # 操作 ``` # 更新软件包列表 apt update # 安装 git apt install -y git git clone https://github.com/fak111/xtuner.git cd xtuner pip install -e . -i https://pypi.mirrors.ustc.edu.cn/simple/ torchrun --nproc-per-node 1...

## 描述问题 在使用DeerFlow进行研究时,发现系统在解析planner节点返回的JSON内容时出现错误。具体来说,当LLM(使用的是Google API)生成包含LaTeX样式引用格式(如`\\upcite{ref6}`)的内容时,JSON解析器将其误认为是无效的Unicode转义序列而抛出异常。 ## 复现步骤 1. 配置使用Google LLM API(gemini-2.0-flash或类似模型) 2. 提交一个学术研究相关的查询,例如"扩充我的毕业论文第二章内容" 3. 系统开始生成研究计划,但在处理planner节点返回的JSON时出现错误 ## 错误日志 ``` json.decoder.JSONDecodeError: Invalid \\uXXXX escape: line 16 column 87 (char 1089) ``` 完整错误堆栈: ```...