Mark Bastian

Results 9 issues of Mark Bastian

# Checklist - [X] tests - Note that there were 3 failing tests on master. These are still failing here. - [X] updated [CHANGELOG](../CHANGELOG.md) (the "unreleased" section)

Fix entailed added type hints to resolve breaking code. All unit tests pass. No reflection errors in core ns. I did not update project dependencies to minimize project changes but...

The documentation page at http://funcool.github.io/beicon/latest/ is missing the stylesheet https://niwi.nz/_assets/asciidoctor-styles/simple-red-titles/stylesheet.css.

The key "languages" is inconsistent across the API and so either the monster languages should be NamedAPIResources or perhaps changed to a different key (maybe "communication").

Some generators always produce the same value when sampled. ``` (require '[clojure.spec.gen.alpha :as gen]) (require '[talltale.core :as tc]) ;Returns a bunch of names (gen/sample (tc/first-name-gen)) ;Returns the same value. Each...

I am unable to convert fine tune results to the 🤗 format for inference. Here's an example where I am able to do a simple fine tune using the t5-small_dolly_sft.yaml...

bug

Add a Metabase Enterprise feature to create automatic question titles and descriptions as well as dashboard descriptions. When a user hits "Save" an LLM is prompted to generate a card...

no-backport
.Team/DashViz

While attempting to sign a request to ElasticSearch in which a document id contained a "/" an incorrect signature was produced, resulting in the call to fail. The failed case...

[Ollama](https://ollama.ai/blog/openai-compatibility) has announced OpenAI API compatibility and the [Llama API](https://www.llama-api.com/) website has [documentation examples](https://docs.llama-api.com/essentials/chat) using the Python OpenAI client. It would be great to see this library work with the...