首页布局优化前
This commit is contained in:
@@ -90,10 +90,8 @@ const LLM_CONFIG_KEY = 'zclaw-llm-config';
|
||||
// === Mock Adapter (for testing) ===
|
||||
|
||||
class MockLLMAdapter implements LLMServiceAdapter {
|
||||
private config: LLMConfig;
|
||||
|
||||
constructor(config: LLMConfig) {
|
||||
this.config = config;
|
||||
constructor(_config: LLMConfig) {
|
||||
// Config is stored for future use (e.g., custom mock behavior based on config)
|
||||
}
|
||||
|
||||
async complete(messages: LLMMessage[]): Promise<LLMResponse> {
|
||||
|
||||
Reference in New Issue
Block a user