Skip to content

Commit cbe69d0

Browse files
authored
Update README.md
1 parent a6078ff commit cbe69d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ Search().run(query="What is today's date?")
152152
|------------------------------------------|------------------------------|-----------------------------------------------------|---------------------------------------------------|
153153
| Enable chat mode | `-c`, `--chat` | --chat | *See mode usage above* |
154154
| Enable online search mode | `-s`, `--search` | --search | *See mode usage above* |
155+
| Online search query | `-q`, `--query` | --query "What is today's date?" | query="What is today's date?" |
155156
| Initial chat prompt | `-p`, `--prompt` | --prompt "How are you doing today my ai friend?" | prompt="How are you doing today my ai friend?" |
156-
| Search query | `-q`, `--query` | --query "What is today's date?" | query="What is today's date?" |
157157
| API key for authentication | `-a`, `--api_key` | --api_key your_api_key | api_key="your_api_key" |
158-
| Model to use | `-m`, `--model` | --model "sonar-medium-chat" | model="sonar-medium-online" |
159-
| Set an initial system prompt. | `-sp`, `--system_prompt` | --system_prompt "You are an advanced ai assistant." | system_prompt="You are an advanced ai assistant." |
158+
| Language model to use | `-m`, `--model` | --model "sonar-medium-chat" | model="sonar-medium-online" |
159+
| Initial system prompt | `-sp`, `--system_prompt` | --system_prompt "You are an advanced ai assistant." | system_prompt="You are an advanced ai assistant." |
160160
| Enable streaming mode | `-st`, `--stream` | --stream | stream=True |
161161
| Maximum tokens to generate | `-mt`, `--max_tokens` | --max_tokens 100 | max_tokens=100 |
162162
| Sampling temperature | `-tm`, `--temperature` | --temperature 0.7 | temperature=0.7 |

0 commit comments

Comments
 (0)