mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
update port in client
This commit is contained in:
@@ -43,7 +43,7 @@ if (app.isPackaged) {
|
||||
console.log(resources)
|
||||
|
||||
// Start the executable
|
||||
const exec = path.join(resources, 'serve', '--port', '5001')
|
||||
const exec = path.join(resources, 'serve', '--port', '7734')
|
||||
console.log(`Starting ${exec}`)
|
||||
const proc = spawn(exec)
|
||||
proc.stdout.on('data', data => {
|
||||
|
||||
Reference in New Issue
Block a user