Skip to content

Commit

Permalink
Update completion.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
javisperez committed Nov 28, 2024
1 parent aff2adf commit 3f3e787
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/dev-mode/src/services/completion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ const paramDefaults: ParamDefaults = {
stop: ['</s>']
}

export const apiUrl = 'http://localhost:64246'
// export const apiUrl = location.pathname.replace(/\/+$/, '')
export const apiUrl = location.pathname.replace(/\/+$/, '')

let generation_settings: any = null

Expand Down

0 comments on commit 3f3e787

Please sign in to comment.