Skip to content

Commit

Permalink
Merge pull request #6 from g-sree-jith/main
Browse files Browse the repository at this point in the history
import user message was missing in usage
  • Loading branch information
yanxi0830 authored Oct 14, 2024
2 parents c0628cf + e3ad16c commit be8b611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The full API of this library can be found in [api.md](api.md).

```python
from llama_stack_client import LlamaStackClient
from llama_stack_client.types import UserMessage

client = LlamaStackClient(
base_url=f"http://{host}:{port}",
Expand Down

0 comments on commit be8b611

Please sign in to comment.