File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -373,6 +373,10 @@ export const SELFHOST_ENV_REFERENCE_ROWS: SelfHostEnvReferenceRow[] = [
373373 name : "OLLAMA_AI_MODEL" ,
374374 firstReference : "src/selfhost/ai.ts" ,
375375 } ,
376+ {
377+ name : "OLLAMA_NUM_CTX" ,
378+ firstReference : "src/selfhost/ai.ts" ,
379+ } ,
376380 {
377381 name : "OPENAI_AI_BASE_URL" ,
378382 firstReference : "src/selfhost/ai.ts" ,
@@ -754,6 +758,7 @@ export const SELFHOST_ENV_REFERENCE_MARKDOWN = [
754758 "| `OLLAMA_AI_API_KEY` | `src/selfhost/ai.ts` |" ,
755759 "| `OLLAMA_AI_BASE_URL` | `src/selfhost/ai.ts` |" ,
756760 "| `OLLAMA_AI_MODEL` | `src/selfhost/ai.ts` |" ,
761+ "| `OLLAMA_NUM_CTX` | `src/selfhost/ai.ts` |" ,
757762 "| `OPENAI_AI_BASE_URL` | `src/selfhost/ai.ts` |" ,
758763 "| `OPENAI_AI_MODEL` | `src/selfhost/ai.ts` |" ,
759764 "| `OPENAI_API_KEY` | `src/selfhost/ai-config.ts` |" ,
You can’t perform that action at this time.
0 commit comments