Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
doc: make readme shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Apr 17, 2024
1 parent 580fa60 commit 7f5a7a6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,7 @@ pip install -q -U python-gemini-api

## Quick Start


*Simple usage*

Generate content: returns parsed response.
**Generate content:** returns parsed response.
```python
from gemini import Gemini

Expand All @@ -156,7 +153,7 @@ response = GeminiClient.generate_content("Hello, Gemini. What's the weather like
response.payload
```

Generate content from image: you can use image as input.
**Generate content from image:** you can use image as input.
```python
from gemini import Gemini

Expand Down

0 comments on commit 7f5a7a6

Please sign in to comment.