Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaptista committed Dec 16, 2023
1 parent a2d6f1b commit 1d79424
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gemini AI

A Ruby Gem for interacting with [Gemini](https://deepmind.google/technologies/gemini/) through [Vertex AI](https://cloud.google.com/vertex-ai) or [AI Studio](https://makersuite.google.com), Google's generative AI services.
A Ruby Gem for interacting with [Gemini](https://deepmind.google/technologies/gemini/) through [Vertex AI](https://cloud.google.com/vertex-ai), [Generative Language API](https://ai.google.dev/api/rest), or [AI Studio](https://makersuite.google.com), Google's generative AI services.

![The logo shows a gemstone split into red and blue halves, symbolizing Ruby programming and Gemini AI. It's surrounded by a circuit-like design on a dark blue backdrop.](https://raw.githubusercontent.com/gbaptista/assets/main/gemini-ai/ruby-gemini-ai.png)

Expand All @@ -9,7 +9,7 @@ A Ruby Gem for interacting with [Gemini](https://deepmind.google/technologies/ge
## TL;DR and Quick Start

```ruby
gem 'gemini-ai', '~> 2.0'
gem 'gemini-ai', '~> 2.1.0'
```

```ruby
Expand Down Expand Up @@ -100,11 +100,11 @@ Result:
### Installing

```sh
gem install gemini-ai -v 2.0.0
gem install gemini-ai -v 2.1.0
```

```sh
gem 'gemini-ai', '~> 2.0'
gem 'gemini-ai', '~> 2.1.0'
```

### Credentials
Expand Down Expand Up @@ -614,7 +614,7 @@ gem build gemini-ai.gemspec

gem signin

gem push gemini-ai-2.0.0.gem
gem push gemini-ai-2.1.0.gem
```

### Updating the README
Expand Down

0 comments on commit 1d79424

Please sign in to comment.