Skip to content

Commit

Permalink
2.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rstacx authored Jan 5, 2024
1 parent e4a00b8 commit edc8b5a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem install rsnchat
## Usage GPT4

```ruby
require 'rsnchat'
require 'rsn_chat'

rsn_chat = RsnChat.new('chatgpt_××××××××××××××××××××××')

Expand All @@ -27,7 +27,7 @@ end
## Usage OpenChat

```ruby
require 'rsnchat'
require 'rsn_chat'

rsn_chat = RsnChat.new('chatgpt_××××××××××××××××××××××')

Expand All @@ -42,7 +42,7 @@ end
## Usage Bard

```ruby
require 'rsnchat'
require 'rsn_chat'

rsn_chat = RsnChat.new('chatgpt_××××××××××××××××××××××')

Expand All @@ -57,7 +57,7 @@ end
## Usage Gemini

```ruby
require 'rsnchat'
require 'rsn_chat'

rsn_chat = RsnChat.new('chatgpt_××××××××××××××××××××××')

Expand All @@ -72,7 +72,7 @@ end
## Usage LlaMa

```ruby
require 'rsnchat'
require 'rsn_chat'

rsn_chat = RsnChat.new('chatgpt_××××××××××××××××××××××')

Expand All @@ -87,7 +87,7 @@ end
## Usage Mixtral

```ruby
require 'rsnchat'
require 'rsn_chat'

rsn_chat = RsnChat.new('chatgpt_××××××××××××××××××××××')

Expand Down

0 comments on commit edc8b5a

Please sign in to comment.