tangning 4 달 전
부모
커밋
7a8d1f5e6b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/util/ollama.js

+ 2 - 1
src/util/ollama.js

@@ -1,5 +1,6 @@
 import { Ollama } from "ollama/browser";
-const ollama = new Ollama({ host: 'http://192.168.9.61:11434' })
+// const ollama = new Ollama({ host: 'http://192.168.9.61:11434' })
+const ollama = new Ollama({ host: '192.168.0.25/answers/' })
 export function chatWithHistory(model, userMsg, history, systemMsg) {
   return ollama.chat({
     model,