13.0.0-alpha.15 • Published 6 months ago

gemini-g4f v13.0.0-alpha.15

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
6 months ago

Installation

Install with the following command, or the command for your favorite package manager.

npm install gemini-g4f

Quickstart

Make a text request:

import Gemini from "gemini-g4f";

const gemini = new Gemini(API_KEY);

console.log(await gemini.ask("Hi!"));

Make a streaming text request:

import Gemini from "gemini-g4f";

const gemini = new Gemini(API_KEY);

gemini.ask("Hi!", {
  stream: console.log,
});

Chat with Gemini:

import Gemini from "gemini-g4f";

const gemini = new Gemini(API_KEY);
const chat = gemini.createChat();

console.log(await chat.ask("Hi!"));

Read the full docs at https://github.com/XInTheDark/gemini-ai.

Table of Contents

13.0.0-alpha.5

6 months ago

13.0.0-alpha.6

6 months ago

13.0.0-alpha.3

6 months ago

13.0.0-alpha.4

6 months ago

13.0.0-alpha.1

6 months ago

13.0.0-alpha.2

6 months ago

13.0.0-alpha.14

6 months ago

13.0.0-alpha.15

6 months ago

13.0.0-alpha.12

6 months ago

13.0.0-alpha.13

6 months ago

13.0.0-alpha.9

6 months ago

13.0.0-alpha.7

6 months ago

13.0.0-alpha.8

6 months ago

13.0.0-alpha.10

6 months ago

13.0.0-alpha.11

6 months ago

12.3.10-beta.1

8 months ago

12.3.10

8 months ago

12.3.9

9 months ago

12.3.8-beta.1

10 months ago

12.3.8

10 months ago

12.3.7

11 months ago

12.3.7-beta.1

11 months ago

12.3.4

12 months ago

12.3.5

12 months ago

12.3.6

12 months ago

12.3.6-beta.2

12 months ago

12.3.6-beta.1

12 months ago

12.3.0

1 year ago

12.3.1

1 year ago

12.3.2

1 year ago

12.3.3

1 year ago

12.2.1

1 year ago

12.2.2

1 year ago

12.2.3

1 year ago

12.2.0

1 year ago