Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Changed default model from `search` to `chat` in examples.
  • Loading branch information
RMNCLDYO authored May 5, 2024
1 parent 53d0e9b commit 610b353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Search().run(query="What is today's date?")
| Online search query | `-q`, `--query` | --query "What is today's date?" | query="What is today's date?" |
| User prompt | `-p`, `--prompt` | --prompt "How many stars are there in our galaxy?" | prompt="How many stars are there in our galaxy?" |
| API key for authentication | `-a`, `--api_key` | --api_key your_api_key | api_key="your_api_key" |
| Model name | `-m`, `--model` | --model "llama-3-sonar-large-32k-online" | model="llama-3-sonar-large-32k-online" |
| Model name | `-m`, `--model` | --model "llama-3-sonar-large-32k-chat" | model="llama-3-sonar-large-32k-chat" |
| Enable streaming mode | `-st`, `--stream` | --stream | stream=True |
| System prompt (instructions) | `-sp`, `--system_prompt` | --system_prompt "Be precise and concise." | system_prompt="Be precise and concise." |
| Maximum tokens to generate | `-mt`, `--max_tokens` | --max_tokens 100 | max_tokens=100 |
Expand Down

0 comments on commit 610b353

Please sign in to comment.