-
I'd like to see a `list` method defined in OmniAI::Client that would return a Hash keyed by model name whose values would be the key characteristics of the model.
I see that Google AI's API has a l…
-
I've started looking closely at the `omniai` gem as a way to increase the number of providers to which I can link.
-
## Description
Parquet files are unable to be read and loaded into the proper `ParquetDataset` object when used with `make_batch_reader`. This is due to a deprecated parameter `validate_schema=False`…
-
I am using XGBoost Dask to train a regression model.
I use `Optuna` to tune the process to find the best parameter. Once you defined the function `objective`, below is a typical Optuna tuning stru…
-
I have 3 extensions that I'm working on for OmniAI:
* OmniAI::LocalAI
* OmniAI::Ollama
* OmniAI::OpenRouter
All three providers use the OpenAI API so I'm setting up these classes to inherent/ext…
-
When I added the OmniAI::OpenRouter class as a namespace "cone" of OmniAI::OpenAI I started getting Ruby warnings about redefinitions when running the test suite.
Its possible that I don't really n…
-
Kevin has a good example using weather in one of his blog post. It might require an access token to the weath source website, I gordet the details. Goal is to do a multi-tool example that may also i…
-
I got the example message layout from the README file of the `omniai` gem.
Running Ruby v3.4.0-preview1 on MacOS.
omniai (1.3.1)
omniai-anthropic (1.3.0)
omniai-google (1.3.0)
omniai-mistral (1…
-
I'm playing around with this stuff purely for introspection reasons. When I create a client for Ollama or LocalAI I'm expecting see those classes in the namespace not OpenAI.... call me silly but th…
-
Thank you very much for this capability. Its going to make my `aia` CLI tool so much nicer.
In order for me to dump all of my current dependency on other back-end CLI programs I need to be able t…