Skip to content

timuruski/openai-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI Experiment

Just messing around with the OpenAI models.

Getting Started

Export OPENAI_API_KEY then use bin/chat to start a chat session.

Use bin/console to start an IRB session.

$ puts OpenAI::Completion.new("What time is it?")
> It is  10:50 PM EST right now.

$ puts OpenAI::Completion.new("How many cents in a dollar?")
> There are 100 cents in a dollar.

About

ChatGPT playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages