Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy authored Aug 26, 2024
1 parent dabc9ab commit 34d4431
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ qllm ask --stream --model gemma2:2b --provider ollama "Write a short blog post a

# 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"

# Chat
qllm chat --provider ollama --model gemma2:2b

# Bedrock

qllm chat --provider aws-anthropic --model anthropic.claude-3-5-sonnet-20240620-v1:0
```


Expand Down

0 comments on commit 34d4431

Please sign in to comment.