Skip to content

Commit

Permalink
Fix MODEL_URL in config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
marshyski committed Aug 7, 2024
1 parent ed7e23e commit e3230c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/static/js/config.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const URL = 'http://127.0.0.1:5000'
export const MODEL_URL = 'https://54.159.74.29:8000/v1/models/rag?q='
export const URL = "http://127.0.0.1:5000";
export const MODEL_URL = "https://127.0.0.1:8444/v1/models/rag?q=";

0 comments on commit e3230c0

Please sign in to comment.