Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
217eb4db
Commit
217eb4db
authored
Jun 27, 2023
by
Jeffrey Morgan
Browse files
desktop: fix localhost port
parent
bf730ac6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
desktop/src/app.tsx
desktop/src/app.tsx
+1
-1
No files found.
desktop/src/app.tsx
View file @
217eb4db
...
@@ -3,7 +3,7 @@ import path from 'path'
...
@@ -3,7 +3,7 @@ import path from 'path'
import
os
from
'
os
'
import
os
from
'
os
'
import
{
dialog
,
getCurrentWindow
}
from
'
@electron/remote
'
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
=
{
type
Message
=
{
sender
:
'
bot
'
|
'
human
'
sender
:
'
bot
'
|
'
human
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment