Skip to content

Commit a6fb831

Browse files
authored
Merge pull request alexrudall#396 from alexrudall/emojis
Tweak emojis
2 parents 5495a55 + bb66fbb commit a6fb831

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/alexrudall/ruby-openai/blob/main/LICENSE.txt)
55
[![CircleCI Build Status](https://circleci.com/gh/alexrudall/ruby-openai.svg?style=shield)](https://circleci.com/gh/alexrudall/ruby-openai)
66

7-
Use the [OpenAI API](https://openai.com/blog/openai-api/) with Ruby! 🤖❤️
7+
Use the [OpenAI API](https://openai.com/blog/openai-api/) with Ruby! 🤖🩵
88

99
Stream text with GPT-4, transcribe and translate audio with Whisper, or create images with DALL·E...
1010

ruby-openai.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
66
spec.authors = ["Alex"]
77
spec.email = ["[email protected]"]
88

9-
spec.summary = "OpenAI API + Ruby! 🤖❤️"
9+
spec.summary = "OpenAI API + Ruby! 🤖🩵"
1010
spec.homepage = "https://github.com/alexrudall/ruby-openai"
1111
spec.license = "MIT"
1212
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")

0 commit comments

Comments
 (0)