🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?
Claim this page →
discourse-ai
Discourse AI now lives in the discourse/discourse repo
git clone https://github.com/discourse/discourse-ai
Discourse AI Plugin
[!IMPORTANT] This plugin has now been bundled into Discourse core. See: https://meta.discourse.org/t/bundling-more-popular-plugins-with-discourse-core/373574
Plugin Summary
For more information, please see: https://meta.discourse.org/t/discourse-ai/259214?u=falco
Evals
The directory evals contains AI evals for the Discourse AI plugin.
You may create a local config by copying config/eval-llms.yml to config/eval-llms.local.yml and modifying the values.
To run them use:
cd evals ./run --help
Usage: evals/run [options]
-e, --eval NAME Name of the evaluation to run
--list-models List models
-m, --model NAME Model to evaluate (will eval all models if not specified)
-l, --list List evals
To run evals you will need to configure API keys in your environment:
OPENAI_API_KEY=your_openai_api_key ANTHROPIC_API_KEY=your_anthropic_api_key GEMINI_API_KEY=your_gemini_api_key
// compatibility
| Platforms | api |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | Ruby |
// faq
What is discourse-ai?
Discourse AI now lives in the discourse/discourse repo. It is open-source on GitHub.
Is discourse-ai free to use?
discourse-ai is open-source under the MIT license, so it is free to use.
What category does discourse-ai belong to?
discourse-ai is listed under other in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/discourse-ai)
// retro hit counter
[](https://claudeers.com/discourse-ai)
// reviews
// guestbook
// related in Education & Learning
Skills for Real Engineers. Straight from my .claude directory.
A collection of learning resources for curious software engineers
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.