llm-chat 0.0.0
LLM-Chat
Loading...
Searching...
No Matches
parameters.h
Go to the documentation of this file.
1#pragma once
2
5
6inline static constexpr auto sentry_dsn{
7 "https://2acc8e3b450ca6edd120c9495fdfc849@o173746.ingest.us.sentry.io/"
8 "4507698215124992"};
9// File paths
10inline static constexpr auto log_path{"logs/main.log"};
11
12} // namespace llm_chat::parameters
This namespace contains all the parameters used in the project.
Definition parameters.h:4