fix: 修复错误

This commit is contained in:
2026-01-13 00:20:51 +08:00
parent 25c0abd666
commit c99b73d406
5 changed files with 50 additions and 7 deletions

View File

@@ -56,7 +56,7 @@
<script>
const API_BASE = 'http://localhost:8090/api/v1/ollama/generate_stream';
const MODEL = 'deepseek-r1:1.5b';
const MODEL = 'deepseek-r1:7b';
const chatContainer = document.getElementById('chatContainer');
const messageInput = document.getElementById('messageInput');
const sendButton = document.getElementById('sendButton');