pullrequests Search Results · language:Dune language:Python language:Java language:JavaScript language:HTML
Filter by
209M results
功能
将 AI 后端从本地 transformers 模型切换为 Ollama API,支持模型热切换;建立结构化词库 aliases.json 替代硬编码示例,大幅提升系统理解广度。
实现思路
多后端架构
- 后端重写支持三种模式:ollama(默认)、local(本地模型)、auto(自动降级)
- 通过 OLLAMA_MODEL 环境变量切换模型,当前默认 qwen2.5:3b ...
What this PR does
Adds a GitHub Actions workflow that validates the OpenAPI schema and TypeScript client are regenerated correctly on
every PR, and updates documentation to prohibit running codegen in ...
Changes
- docs: AWS production hardening plan — Terraform/EKS, observability, MLOps, security (#dd46802)
- fix(preprocessing): silence pandas Pylance false-positives in handle_imbalance — cast Hashable ...
Summary
- publish the AOF v2.2.0 capability-layer release line as a mergeable branch
- include the v2.2.0 capability-layer implementation and release artifacts
- finalize post-release metadata and ...
Why
The three QoL/docs PRs (#49, #50, #51) were each green in isolation, but two of them conflict semantically once both are
on main:
- #51 introduced tests/test_architecture.py, which pins cli.py ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Bumps actions/setup-python from 5 to 6. details summary Release notes /summary p em Sourced from a href=
https://github.com/actions/setup-python/releases actions/setup-python s releases /a . /em /p blockquote ...
dependencies
github_actions
Що змінено
- Оновлено папку Denys_Chuhuiev актуальними домашніми завданнями.
- Додано JavaScript-домашки до ДЗ 32 включно.
- ДЗ 32 доопрацьовано після фідбеку: додано loader, зрозумілий стан для ...
Bumps actions/checkout from 4 to 6. details summary Release notes /summary p em Sourced from a href=
https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote h2 v6.0.0 ...
dependencies
github_actions
Problem
The Python builtin callable (lowercase) is not a valid generic type for static type checkers (mypy, pyright). Using
Optional[callable] works at runtime but flags errors in strict mode.
This has ...