hermes - 💡(How to fix) Fix [Bug]: Data privacy

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Additional Logs / Traceback (optional)

Root Cause

If the expectation is that the OpenRouter provider_routing configuration will just pass through to a Nous Portal subscription, then this is a bug because that doesn't work. I am currently testing the following configuration. I SHOULD NOT be able to access this model, because it clearly states that it logs data, however, I am able to access this model.

Code Example

model:
  default: openrouter/owl-alpha
  provider: nous
  base_url: https://inference-api.nousresearch.com/v1
provider_routing:
  sort: "price"           # How to rank providers
  only: []                # Whitelist: only use these providers
  ignore:              # Blacklist: never use these providers
    - "Stealth"
  order: []               # Explicit provider priority order
  require_parameters: false  # Only use providers that support all parameters
  data_collection: "deny"   # Control data collection ("allow" or "deny")

---

Too much personal information in these logs.

---
RAW_BUFFERClick to expand / collapse

Bug Description

If I have the Nous Portal subscription, which uses OpenRouter under the hood, how can I ensure that I ONLY use model providers with zero data retention?

It seems clear how to do this if you're using OpenRouter as your provider directly, but it's not clear how to do this if Nous Portal is your provider.

If the expectation is that the OpenRouter provider_routing configuration will just pass through to a Nous Portal subscription, then this is a bug because that doesn't work. I am currently testing the following configuration. I SHOULD NOT be able to access this model, because it clearly states that it logs data, however, I am able to access this model.

Relevant part of ~/.hermes/config.yaml:

model:
  default: openrouter/owl-alpha
  provider: nous
  base_url: https://inference-api.nousresearch.com/v1
provider_routing:
  sort: "price"           # How to rank providers
  only: []                # Whitelist: only use these providers
  ignore:              # Blacklist: never use these providers
    - "Stealth"
  order: []               # Explicit provider priority order
  require_parameters: false  # Only use providers that support all parameters
  data_collection: "deny"   # Control data collection ("allow" or "deny")

Separately, the term and conditions state, "Nous Research may use Client Data in an aggregated or anonymized format for research, educational and other similar purposes." Does this mean Nous is logging data?

Steps to Reproduce

  1. Obtain a Nous Portal subscription.
  2. Set your model provider to openrouter/owl-alpha
  3. Add the provider_routing configuration above to your ~/.hermes/config.yaml
  4. Type hermes and then have a conversation with openrouter/owl-alpha

Expected Behavior

I am expecting the model interaction with openrouter/owl-alpha to fail.

Actual Behavior

I am able to have a conversation with openrouter/owl-alpha.

Affected Component

CLI (interactive chat)

Messaging Platform (if gateway-related)

No response

Debug Report

Too much personal information in these logs.

Operating System

macOS 15.7

Python Version

3.14.2

Hermes Version

v0.14.0

Additional Logs / Traceback (optional)

Root Cause Analysis (optional)

No response

Proposed Fix (optional)

No response

Are you willing to submit a PR for this?

  • I'd like to fix this myself and submit a PR

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING