mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
Update: add telemetry service (#161)
* init: telemetry for qwen code * fix * update
This commit is contained in:
@@ -93,7 +93,7 @@ describe('Server Config (config.ts)', () => {
|
||||
const QUESTION = 'test question';
|
||||
const FULL_CONTEXT = false;
|
||||
const USER_MEMORY = 'Test User Memory';
|
||||
const TELEMETRY_SETTINGS = { enabled: false };
|
||||
const TELEMETRY_SETTINGS = { enabled: true };
|
||||
const EMBEDDING_MODEL = 'gemini-embedding';
|
||||
const SESSION_ID = 'test-session-id';
|
||||
const baseParams: ConfigParameters = {
|
||||
|
||||
Reference in New Issue
Block a user