feat: Add component QWeather #1739 (#1881)

### What problem does this PR solve?

feat: Add component QWeather #1739

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-08-09 13:40:13 +08:00
committed by GitHub
parent 411c645134
commit 8779aa1986
8 changed files with 323 additions and 0 deletions

View File

@ -45,6 +45,7 @@ import {
initialKeywordExtractValues,
initialMessageValues,
initialPubMedValues,
initialQWeatherValues,
initialRelevantValues,
initialRetrievalValues,
initialRewriteQuestionValues,
@ -105,6 +106,7 @@ export const useInitializeOperatorParams = () => {
[Operator.DeepL]: initialDeepLValues,
[Operator.GitHub]: initialGithubValues,
[Operator.BaiduFanyi]: initialBaiduFanyiValues,
[Operator.QWeather]: initialQWeatherValues,
};
}, [llmId]);