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