Quickstart guide for Atoma Proxy
.env
:.env
from the .env.example
file:POSTGRES_DB
POSTGRES_USER
POSTGRES_PASSWORD
ATOMA_PROXY_SERVICE_PORT
(default: 8081
)ATOMA_API_SERVICE_PORT
(default: 8080
)config.toml
:config.toml
from the config.example.toml
file:database_url
: The URL of the PostgreSQL database. Use the values from the .env
file.models
: The list of models to be supported by the proxy.ATOMA_API_SERVICE_PORT
to 8080
, otherwise replace the port below accordingly):