diff --git a/README.md b/README.md index db0bc68..61736e9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # Deep Research Web UI -This is a web UI for https://github.com/dzhng/deep-research. +This is a web UI for https://github.com/dzhng/deep-research, with several improvements and fixes. Features: - **Realtime feedback**: Stream AI responses and reflect on the UI in real-time - **Search visualization**: Shows the research process using a tree structure - **Export as PDF**: Export the final research report as a PDF +- **Search in different languages**: Useful when you want to get search results in a different language - **Bring Your Own API Key**: Everything (config, API requests, ...) happens in your browser - **Supports more models**: Uses plain prompts instead of newer, less widely supported features like Structured Outputs. This ensures to work with more providers that haven't caught up with the latest OpenAI capabilities. diff --git a/components/ConfigManager.vue b/components/ConfigManager.vue index c98cfa0..904cd92 100644 --- a/components/ConfigManager.vue +++ b/components/ConfigManager.vue @@ -137,7 +137,7 @@ - +

{{ $t('settings.webSearch.provider') }}