mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
desktop: fix localhost port
This commit is contained in:
@@ -3,7 +3,7 @@ import path from 'path'
|
||||
import os from 'os'
|
||||
import { dialog, getCurrentWindow } from '@electron/remote'
|
||||
|
||||
const API_URL = 'http://127.0.0.1:5001'
|
||||
const API_URL = 'http://127.0.0.1:7734'
|
||||
|
||||
type Message = {
|
||||
sender: 'bot' | 'human'
|
||||
|
||||
Reference in New Issue
Block a user