feat: update openai

This commit is contained in:
2025-10-24 01:12:25 +08:00
parent 648ee46746
commit bd5fa00022
5 changed files with 37 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
import { SiliconFlow } from '../..//provider/chat-adapter/siliconflow.ts';
import { Ollama } from '../..//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();