ruby-openai
emacs-chatgpt-jarvis
ruby-openai | emacs-chatgpt-jarvis | |
---|---|---|
14 | 8 | |
3,121 | 46 | |
1.0% | - | |
9.0 | 4.4 | |
9 days ago | over 2 years ago | |
Ruby | Python | |
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ruby-openai
-
Official OpenAI Ruby Gem
What’s the relationship, if any, with https://github.com/alexrudall/ruby-openai ?
That gem is actively maintained and widely used. It’s a good gem! But by definition they’re always playing catch up.
- RubyLLM: A delightful Ruby way to work with AI
-
tiktoken_ruby VS ruby-openai - a user suggested alternative
2 projects | 3 May 2024
If you are using Open AI's API, this tokenizer is more accurate than the one coming with `ruby-openai` gem.
-
ruby and ML/AI chatgpt
ruby-openai
-
Building an app around a LLM, Rails + Python or just Python?
If you can just interact with OpenAI api directly without langchain then that eliminates need for python. Here’s a gem for interacting with the OpenAI api : https://github.com/alexrudall/ruby-openai
- Use OpenAI embeddings with Rails?
-
I need help building a Chatbot using Openai Chatgpt API
There is a gem developed by Alex - https://github.com/alexrudall/ruby-openai.
-
Looking for self-hosted tools with OpenAI API support
I've been playing with ruby-openai, a Ruby gem (ie, library) that interfaces with the OpenAI API. I'm building myself a small movie-recommendation tool, just a personal need, as well as to teach myself how this stuff works. It's unlikely I'll ever build it into a proper app, as I'm okay with interacting in the shell and with text files, versus a web-based thing. But if there's interest, I'll push my tool up to Github.
-
Creating AI assistant with GPT and Ruby and Redis using embeddings
Can use https://github.com/alexrudall/ruby-openai to do this sort of thing also :)
- OpenAI API and Ruby Now with ChatGPT
emacs-chatgpt-jarvis
- Suggest a gpt plugin for me
- emacs-chatgpt-jarvis: press F12 to record, use whisper to transcribe and chatgpt to answer
-
Am I still relevant as a programmer now that there's AI?
I have been coding for 22 years, never thought of myself as programmer, programming for me is like literacy, it's like calling yourself a 'reader' because you can read.
Programming is a first order thinking, a way to deconstruct and construct things, sometimes you have to use it on a computer, sometimes you have to use it while baking bread, or while woodworking.
AI will help me so much, I am super excited, and now I use it every day, I plugged in whisper+chatgpt[1] to my emacs and now it is more and more like a partner, it is of course still stupid, but it will get better, and soon (with the recent llama work people are doing) I hope we will be able to finetune it.
We are doing lists and tables and data transformations and input validation for 60 years now, we built gazillion specialised spreadsheet clones.. I think now we can start building some new things, some really "soft" software, where the users can program it with language.
This is the first time I feel the computer is helping me do something, and its not me "fighting" with it.
[1] https://github.com/jackdoe/emacs-chatgpt-jarvis
-
ffs-ungpt: 40 lines chrome extension to summarize selected text for paranoid people who dont trust extensions besides ublock
The whole experience has been absolutely surreal, I made https://github.com/jackdoe/emacs-chatgpt-jarvis few days ago, and now I speak to emacs, which asks chatgpt with my question and region selection, so I just asked it to write an extension for chrome that does api call on click, there were few mishaps with manifest version 2 and 3 and etc, but in the end in like 15-20 mins I managed to have something working and usable.
-
Show HN: Ungpt Chrome extension summarise articles using ChatGPT API
The actual file: https://github.com/jackdoe/ffs-ungpt/blob/master/content.js
The whole experience has been absolutely surreal, I made https://github.com/jackdoe/emacs-chatgpt-jarvis few days ago, and now I speak to emacs, which asks chatgpt with my question and region selection, so I just asked it to write an extension for chrome that does api call on click, there were few mishaps with manifest version 2 and 3 and etc, but in the end in like 15-20 mins I managed to have something working and usable.
This last few months have been crazy, if someone told me I will be talking to emacs and using AI to summarize content on the web half a year ago I would've told them they are crazy.
Using whisper to talk to chatgpt to make a chrome extension that will use chatgpt to summarize text that will be likely generated by chatgpt...
-
ChatGPT and Whisper APIs
wow just in time, i just made https://github.com/jackdoe/emacs-chatgpt-jarvis which is chatgpt+whisper but using local whisper and chatgpt-wrapper which is a bit clunky
since i integrated chatgpt with my emacs i use it at least 20-30 times a day
i wonder if they will charge me per token if i am paying the monthly fee
- emacs+whisper+chatgpt: press F12 to record, use whisper to transcribe and chatgpt answers; proof of concept but surreal
- Show HN: Emacs and Whisper and ChatGPT Proof of Concept
What are some alternatives?
langchainrb - Build LLM-powered applications in Ruby
chatgpt-shell - A multi-llm Emacs shell (ChatGPT, Claude, DeepSeek, Gemini, Kagi, Ollama, Perplexity) + editing integrations
pycall.rb - Calling Python functions from the Ruby language
org-ai - Emacs as your personal AI assistant. Use LLMs such as ChatGPT or LLaMA for text generation or DALL-E and Stable Diffusion for image generation. Also supports speech input / output.
discourse-ai
chatgpt.el - A plugin for emacs that adds chat-gpt support