You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/lib/copilot/config.ts
+25-15Lines changed: 25 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ When you reference information from documentation sources, use this format:
72
72
- Each source should only be cited once in your response
73
73
- Continue your full response after adding citations - don't stop mid-answer
74
74
75
-
IMPORTANT: Always provide complete, helpful responses. If you add citations, continue writing your full answer. Do not stop your response after adding a citation.`
75
+
IMPORTANT: Always provide complete, helpful responses. If you add citations, continue writing your full answer. Do not stop your response after adding a citation.`,
76
76
},
77
77
rag: {
78
78
defaultProvider: 'anthropic',
@@ -81,13 +81,13 @@ IMPORTANT: Always provide complete, helpful responses. If you add citations, con
81
81
maxTokens: 2000,
82
82
embeddingModel: 'text-embedding-3-small',
83
83
maxSources: 5,
84
-
similarityThreshold: 0.7
84
+
similarityThreshold: 0.7,
85
85
},
86
86
general: {
87
87
streamingEnabled: true,
88
88
maxConversationHistory: 10,
89
-
titleGenerationModel: 'claude-3-haiku-20240307'// Faster model for titles
90
-
}
89
+
titleGenerationModel: 'claude-3-haiku-20240307',// Faster model for titles
90
+
},
91
91
}
92
92
93
93
/**
@@ -129,23 +129,27 @@ export function getCopilotConfig(): CopilotConfig {
0 commit comments