mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
feat: replace google web search with tavily web search (#329)
This commit is contained in:
parent
51207043d0
commit
3e082ae89a
9 changed files with 155 additions and 107 deletions
|
|
@ -147,6 +147,9 @@ export interface Settings {
|
|||
includeDirectories?: string[];
|
||||
|
||||
loadMemoryFromIncludeDirectories?: boolean;
|
||||
|
||||
// Web search API keys
|
||||
tavilyApiKey?: string;
|
||||
}
|
||||
|
||||
export interface SettingsError {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue