mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 06:51:16 +08:00
Cleanup time!
This commit is contained in:
9
hermes_constants.py
Normal file
9
hermes_constants.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""Shared constants for Hermes Agent.
|
||||
|
||||
Import-safe module with no dependencies — can be imported from anywhere
|
||||
without risk of circular imports.
|
||||
"""
|
||||
|
||||
OPENROUTER_BASE_URL = "https://openrouter.ai/api/v1"
|
||||
OPENROUTER_MODELS_URL = f"{OPENROUTER_BASE_URL}/models"
|
||||
OPENROUTER_CHAT_URL = f"{OPENROUTER_BASE_URL}/chat/completions"
|
||||
Reference in New Issue
Block a user