Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RMNCLDYO authored Mar 23, 2024
1 parent a6078ff commit cbe69d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ Search().run(query="What is today's date?")
|------------------------------------------|------------------------------|-----------------------------------------------------|---------------------------------------------------|
| Enable chat mode | `-c`, `--chat` | --chat | *See mode usage above* |
| Enable online search mode | `-s`, `--search` | --search | *See mode usage above* |
| Online search query | `-q`, `--query` | --query "What is today's date?" | query="What is today's date?" |
| Initial chat prompt | `-p`, `--prompt` | --prompt "How are you doing today my ai friend?" | prompt="How are you doing today my ai friend?" |
| Search query | `-q`, `--query` | --query "What is today's date?" | query="What is today's date?" |
| API key for authentication | `-a`, `--api_key` | --api_key your_api_key | api_key="your_api_key" |
| Model to use | `-m`, `--model` | --model "sonar-medium-chat" | model="sonar-medium-online" |
| Set an initial system prompt. | `-sp`, `--system_prompt` | --system_prompt "You are an advanced ai assistant." | system_prompt="You are an advanced ai assistant." |
| Language model to use | `-m`, `--model` | --model "sonar-medium-chat" | model="sonar-medium-online" |
| Initial system prompt | `-sp`, `--system_prompt` | --system_prompt "You are an advanced ai assistant." | system_prompt="You are an advanced ai assistant." |
| Enable streaming mode | `-st`, `--stream` | --stream | stream=True |
| Maximum tokens to generate | `-mt`, `--max_tokens` | --max_tokens 100 | max_tokens=100 |
| Sampling temperature | `-tm`, `--temperature` | --temperature 0.7 | temperature=0.7 |
Expand Down

0 comments on commit cbe69d0

Please sign in to comment.