Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Aug 26, 2024
1 parent b8d50bf commit dc6b8f8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,17 @@ qllm-cli is a command-line interface that leverages qllm-lib to provide easy acc
qllm ask "Write a 50-word product description for a smart home security camera with night vision and two-way audio."

# Use a specific model for market analysis
qllm ask --model gpt-4 "Analyze the potential market impact of electric vehicles in the next 5 years. Provide 3 key points."
qllm ask --model gpt-4o-mini --provider openai "Analyze the potential market impact of electric vehicles in the next 5 years. Provide 3 key points."

# Stream a response for real-time content generation
qllm ask --stream "Write a short blog post about the benefits of remote work."
qllm ask --stream --model gemma2:2b --provider ollama "Write a short blog post about the benefits of remote work."
```

# Describe a picture
qllm ask --stream --model llava:latest --provider ollama "Describe the picture" -i "https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Kowloon_Waterfront%2C_Hong_Kong%2C_2013-08-09%2C_DD_05.jpg/640px-Kowloon_Waterfront%2C_Hong_Kong%2C_2013-08-09%2C_DD_05.jpg"
```
These examples show how qllm-cli can be used for various business tasks, from content creation to market analysis.
For a complete list of commands and options, refer to the [qllm-cli README](./packages/qllm-cli/README.md).
Expand Down

0 comments on commit dc6b8f8

Please sign in to comment.