Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshapalov authored Oct 21, 2024
1 parent b403c5a commit 74f1a22
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,19 @@ Also (mostly) if you are using Rails you can use configure method:
RubyAI.configure do |config|
config.api_key = "YOUR API KEY"
config.messages = "Who is the best chess player in history?"
config.model = "gpt-3.5-turbo"
config.model = "gpt-4o-mini"
end
```

## Models

We support all popular GPT models:

gpt-4-turbo: A powerful variant of GPT-4 optimized for efficiency and speed, perfect for high-demand tasks.
gpt-4o-mini: A streamlined version of GPT-4, designed to provide a balance between performance and resource efficiency.
o1-mini: A compact, yet effective model that is well-suited for lightweight tasks.
o1-preview: A preview version of the o1 model, offering insights into upcoming advancements and features.


## Development

Expand Down

0 comments on commit 74f1a22

Please sign in to comment.