-
Reduce code duplication as much as possible in `lib/models/llm/openai-llm-list.ts`.
Use 1 variable for `modelId` and `hostedId` type `OpenAILLMID`.
-
Refactor every *-llm-list.ts file the same way as `lib/models/llm/openai-llm-list.ts`.
Files: `lib/models/llm/anthropic-llm-list.ts`, `lib/models/llm/google-llm-list.ts`, `lib/models/llm/groq-llm-lis…
-
Add the ability to select the gpt-4o-mini llm in the top right corner.
Pricing: $0.15/$0.60.
-
### 确认清单
- [X] 我已经阅读过 README.md 和 dependencies.md 文件
- [X] 我已经确认之前没有 issue 或 discussion 涉及此 BUG
- [X] 我已经确认问题发生在最新代码或稳定版本中
### Forge Commit 或者 Tag
AttributeError: 'Chat' object has no attribute 'gp…
-
It should be hosted in a `smoke` folder next to the `e2e` folder.
Playwright docs show an example implementation using projects:
https://playwright.dev/docs/test-projects#splitting-tests-into-pr…
-
- Some sites block data center IPs, so we can't download the documents. We need to add a proxy for the URL before downloading.
-
Currently, the `AI` class handles only batch completions. To improve UX it should also support streaming.
Checklist
- [X] Modify `autocoder/ai.py` ✓ https://github.com/artmoskvin/autocoder/commit/…
-
Quand un fichier ZIP n'a pas été totalement téléchargé lors d'une itération précédente (par exemple à cause d'une mauvaise connexion), il apparaît quand même dans le dossier (mais n'est pas un ZIP com…
-
As long as there is duplicated naming of finetune_eval in `benchmarks/imagenet/resnet50/finetune_eval.py` and `benchmarks/imagenet/vitb16/finetune_eval.py` mypy throws an exception when running `pre-c…
-
https://github.com/Teddy-Liao/walk-these-ways-go2/blob/1c2a0749c27e06d6460fe7bbc9f3fb56664a9330/go2_gym/envs/base/base_task.py#L36
it seems that L36-37 is useless for now, should we set graphics_de…