wip
This commit is contained in:
parent
cc89f0c75c
commit
afd28d934e
26 changed files with 2103 additions and 427 deletions
5
data-pipeline/config/llm.ts
Normal file
5
data-pipeline/config/llm.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export const LLM_CONFIG = {
|
||||
provider: "local" as "local" | "openrouter" | "deepseek" | "gemini",
|
||||
url: "http://127.0.0.1:8080/v1/chat/completions",
|
||||
model: undefined as string | undefined,
|
||||
} as const;
|
||||
Loading…
Add table
Add a link
Reference in a new issue