mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
rename GEMINI_DIR to QWEN_DIR
This commit is contained in:
parent
f73d662260
commit
5cd3349773
6 changed files with 14 additions and 14 deletions
|
|
@ -7,7 +7,7 @@
|
|||
import {
|
||||
getErrorMessage,
|
||||
loadServerHierarchicalMemory,
|
||||
GEMINI_DIR,
|
||||
QWEN_DIR,
|
||||
} from '@qwen-code/qwen-code-core';
|
||||
import path from 'node:path';
|
||||
import os from 'os';
|
||||
|
|
@ -89,7 +89,7 @@ export const memoryCommand: SlashCommand = {
|
|||
try {
|
||||
const globalMemoryPath = path.join(
|
||||
os.homedir(),
|
||||
GEMINI_DIR,
|
||||
QWEN_DIR,
|
||||
'QWEN.md',
|
||||
);
|
||||
const globalMemoryContent = await fs.readFile(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue