Updated comment on keys to include or as part of the last key
这个提交包含在:
@@ -2,7 +2,7 @@
|
||||
STORM Wiki pipeline powered by Claude family models and You.com search engine.
|
||||
You need to set up the following environment variables to run this script:
|
||||
- ANTHROPIC_API_KEY: Anthropic API key
|
||||
- YDC_API_KEY: You.com API key; BING_SEARCH_API_KEY: Bing Search API key, SERPER_API_KEY: Serper API key, BRAVE_API_KEY: Brave API key
|
||||
- YDC_API_KEY: You.com API key; BING_SEARCH_API_KEY: Bing Search API key, SERPER_API_KEY: Serper API key, or BRAVE_API_KEY: Brave API key
|
||||
|
||||
Output will be structured as below
|
||||
args.output_dir/
|
||||
|
||||
@@ -3,7 +3,7 @@ STORM Wiki pipeline powered by DeepSeek models and You.com or Bing search engine
|
||||
You need to set up the following environment variables to run this script:
|
||||
- DEEPSEEK_API_KEY: DeepSeek API key
|
||||
- DEEPSEEK_API_BASE: DeepSeek API base URL (default is https://api.deepseek.com)
|
||||
- YDC_API_KEY: You.com API key; BING_SEARCH_API_KEY: Bing Search API key, SERPER_API_KEY: Serper API key, BRAVE_API_KEY: Brave API key
|
||||
- YDC_API_KEY: You.com API key; BING_SEARCH_API_KEY: Bing Search API key, SERPER_API_KEY: Serper API key, or BRAVE_API_KEY: Brave API key
|
||||
|
||||
Output will be structured as below
|
||||
args.output_dir/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
STORM Wiki pipeline powered by Google Gemini models and search engine.
|
||||
You need to set up the following environment variables to run this script:
|
||||
- GOOGLE_API_KEY: Google API key (Can be obtained from https://ai.google.dev/gemini-api/docs/api-key)
|
||||
- YDC_API_KEY: You.com API key; BING_SEARCH_API_KEY: Bing Search API key, SERPER_API_KEY: Serper API key, BRAVE_API_KEY: Brave API key
|
||||
- YDC_API_KEY: You.com API key; BING_SEARCH_API_KEY: Bing Search API key, SERPER_API_KEY: Serper API key, or BRAVE_API_KEY: Brave API key
|
||||
|
||||
Output will be structured as below
|
||||
args.output_dir/
|
||||
|
||||
@@ -5,7 +5,7 @@ You need to set up the following environment variables to run this script:
|
||||
- OPENAI_API_TYPE: OpenAI API type (e.g., 'openai' or 'azure')
|
||||
- AZURE_API_BASE: Azure API base URL if using Azure API
|
||||
- AZURE_API_VERSION: Azure API version if using Azure API
|
||||
- YDC_API_KEY: You.com API key; BING_SEARCH_API_KEY: Bing Search API key, SERPER_API_KEY: Serper API key, BRAVE_API_KEY: Brave API key
|
||||
- YDC_API_KEY: You.com API key; BING_SEARCH_API_KEY: Bing Search API key, SERPER_API_KEY: Serper API key, or BRAVE_API_KEY: Brave API key
|
||||
|
||||
Output will be structured as below
|
||||
args.output_dir/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
STORM Wiki pipeline powered by Mistral-7B-Instruct-v0.2 hosted by VLLM server and You.com search engine.
|
||||
You need to set up the following environment variables to run this script:
|
||||
- YDC_API_KEY: You.com API key; BING_SEARCH_API_KEY: Bing Search API key, SERPER_API_KEY: Serper API key, BRAVE_API_KEY: Brave API key
|
||||
- YDC_API_KEY: You.com API key; BING_SEARCH_API_KEY: Bing Search API key, SERPER_API_KEY: Serper API key, or BRAVE_API_KEY: Brave API key
|
||||
You also need to have a VLLM server running with the Mistral-7B-Instruct-v0.2 model. Specify `--url` and `--port` accordingly.
|
||||
|
||||
Output will be structured as below
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
STORM Wiki pipeline powered by local model hosted by Ollama server and You.com or Bing search engine.
|
||||
You need to set up the following environment variables to run this script:
|
||||
- YDC_API_KEY: You.com API key; BING_SEARCH_API_KEY: Bing Search API key, SERPER_API_KEY: Serper API key, BRAVE_API_KEY: Brave API key
|
||||
- YDC_API_KEY: You.com API key; BING_SEARCH_API_KEY: Bing Search API key, SERPER_API_KEY: Serper API key, or BRAVE_API_KEY: Brave API key
|
||||
You also need to have a Ollama server running with the llama3 model or other. Specify `--url`, `--port` and `--model` accordingly.
|
||||
|
||||
Output will be structured as below
|
||||
|
||||
在新工单中引用