Mengdi Chen
Mengdi Chen
- [ ] DB host - [ ] update extension to fetch from host - [ ] allow extension to fetch and merge multiple knowledge bases - [ ] UI...
Current: window.SpeechRecognition for input + OpenAI audio for output We want to allow customize each of them and offer different options such as Azure AI Speech
add new settings: - choose to use non-vision mode when the selected model support vision API - In vision mode, choose to not include annotated screenshot (clean screenshot only) -...
```python class Armor(str, Enum): leather = "leather" chainmail = "chainmail" plate = "plate" class Character(BaseModel): """ A character in a fantasy world. """ name: constr(max_length=12) armor: Armor strength: int @text.prompt...
### To Reproduce 1. checkout the repo 2. `pnpm install` 3. `pnpm type-check` I got the following errors ``` 1 import { t as t_dev_or_prod } from './i18n.js'; ~~~~~~~~~~~ ../../packages/ui/lib/components/error-display/ErrorDisplay.tsx:1:29...