-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello,
I am trying to get SIREN setup for testing and followed your steps to run it, but found that I also need to setup the LLM API and Model.
With this in mind, I am wondering if SIREN is OpenAPI compatible so that I could connect to some other models that are possibly local or public for which I would like to try.
Any guidance would be greatly appreciated.
Thanks in advance
# SIREN CLI Configuration
# API Settings
API_URL=http://localhost:1234/v1/chat/completions
MODEL_NAME=nousresearch/deephermes-3-llama-3-8b-preview
# Field Parameters
FIELD_DIMENSIONS=128,128
# Default Field Settings
DIFFUSION_CONSTANT=0.1
DAMPING=0.8
POTENTIAL_ALPHA=0.5
POTENTIAL_BETA=0.1
NONLOCAL_SCALE=100
# Output Settings
OUTPUT_DIR=SIREN/output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels