This commit is contained in:
2025-05-26 20:11:50 +08:00
parent 8f52a10ae0
commit 3763e5da63
17 changed files with 155 additions and 79 deletions

View File

@@ -1,5 +1,5 @@
import { SiliconFlow } from '../../../../../src/provider/chat-adapter/siliconflow.ts';
import { Ollama } from '../../../../../src/provider/chat-adapter/ollama.ts';
import { SiliconFlow } from '../..//provider/chat-adapter/siliconflow.ts';
import { Ollama } from '../..//provider/chat-adapter/ollama.ts';
import dotenv from 'dotenv';
dotenv.config();