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

Commit 7d591d3

Browse files
committed
doc: for v2.0.0
1 parent 2a60d09 commit 7d591d3

File tree

1 file changed

+36
-25
lines changed

1 file changed

+36
-25
lines changed

README.md

Lines changed: 36 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,26 @@ Gemini is a family of generative AI models developed by Google DeepMind that is
2727
- [Authentication](#authentication)
2828
- [Usage](#usage)
2929
- [# 01. Initialization](#-01-initialization)
30-
- [# 02. Generate Content](#-02-generate-content)
30+
- [# 02. Generate content](#-02-generate-content)
3131
- [# 03. Text generation](#-03-text-generation)
3232
- [# 04. Image generation](#-04-image-generation)
3333
- [# 05. Retrieving Images from Gemini Responses](#-05-retrieving-images-from-gemini-responses)
34+
- [# 06. Generate content from images](#-06-generate-content-from-images)
35+
- [# 07. Generate content using Google Services](#-07-generate-content-using-google-services)
36+
- [# 08. Fix context setting rcid](#-08-fix-context-setting-rcid)
37+
- [# 09. Changing the Selected Response from 0 to n](#-09-changing-the-selected-response-from-0-to-n)
3438
- [Further](#further)
3539
- [Use rotating proxies](#use-rotating-proxies)
3640
- [More features](#more-features)
3741
- [Open-source LLM, Gemma](#open-source-llm-gemma)
3842
- [How to use Gemma](#how-to-use-gemma)
43+
- [FAQ](#faq)
44+
- [Sponsor](#sponsor)
45+
- [Issues](#issues)
46+
- [Contributors](#contributors)
47+
- [Contacts](#contacts)
48+
- [License](#license)
49+
- [References](#references)
3950

4051

4152

@@ -320,30 +331,30 @@ response.response_dict
320331
```
321332
<details><summary>Extension description</summary>
322333

323-
### Google Workspace
324-
- **Services**: @Gmail, @Google Drive, @Google Docs
325-
- **Description**: Summarize, search, and find desired information quickly in your content for efficient personal task management.
326-
- **Features**: Information retrieval, document summarization, information categorization
327-
328-
### Google Maps
329-
- **Service**: @Google Maps
330-
- **Description**: Execute plans using location-based information. Note: Google Maps features may be limited in some regions.
331-
- **Features**: Route guidance, nearby search, navigation
332-
333-
### Google Flights
334-
- **Service**: @Google Flights
335-
- **Description**: Search real-time flight information to plan tailored travel itineraries.
336-
- **Features**: Holiday preparation, price comparison, trip planning
337-
338-
### Google Hotels
339-
- **Service**: @Google Hotels
340-
- **Description**: Search for hotels considering what matters most to you, like having a conversation with a friend.
341-
- **Features**: Packing for travel, sightseeing, special relaxation
342-
343-
### YouTube
344-
- **Service**: @YouTube
345-
- **Description**: Explore YouTube videos and ask questions about what interests you.
346-
- **Features**: Problem-solving, generating ideas, search, exploring topics
334+
- Google Workspace
335+
- Services: @Gmail, @Google Drive, @Google Docs
336+
- Description: Summarize, search, and find desired information quickly in your content for efficient personal task management.
337+
- Features: Information retrieval, document summarization, information categorization
338+
339+
- Google Maps
340+
- Service: @Google Maps
341+
- Description: Execute plans using location-based information. Note: Google Maps features may be limited in some regions.
342+
- Features: Route guidance, nearby search, navigation
343+
344+
- Google Flights
345+
- Service: @Google Flights
346+
- Description: Search real-time flight information to plan tailored travel itineraries.
347+
- Features: Holiday preparation, price comparison, trip planning
348+
349+
- Google Hotels
350+
- Service: @Google Hotels
351+
- Description: Search for hotels considering what matters most to you, like having a conversation with a friend.
352+
- Features: Packing for travel, sightseeing, special relaxation
353+
354+
- YouTube
355+
- Service: @YouTube
356+
- Description: Explore YouTube videos and ask questions about what interests you.
357+
- Features: Problem-solving, generating ideas, search, exploring topics
347358
</details>
348359

349360
<br>

0 commit comments

Comments
 (0)