Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use Deepshi as the model backend for Hermes Agent.
hermes model # choose the custom / self-hosted endpoint option # API base URL: https://api.deepshi.ai/v1 # API key: your Deepshi API key # Model name: a Deepshi model id, e.g. deepshi-3.0
~/.hermes/config.yaml
model: default: deepshi-3.0 provider: custom base_url: https://api.deepshi.ai/v1 api_key: YOUR_DEEPSHI_API_KEY
key_env
custom_providers: - name: deepshi base_url: https://api.deepshi.ai/v1 key_env: DEEPSHI_API_KEY api_mode: chat_completions model: provider: custom:deepshi:deepshi-3.0 # format: custom:<provider>:<model-id>