Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Nov 19, 2024
1 parent d7c82f6 commit f0d8307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const SKIP_IMPORT_KEYWORDS_AFTER = ["from", "as", "import"]
export const MIN_COMPLETION_CHUNKS = 2
export const MAX_EMPTY_COMPLETION_CHARS = 250
export const DEFAULT_RERANK_THRESHOLD = 0.5
export const URL_SYMMETRY_WS = "http://twinny.dev/ws"
export const URL_SYMMETRY_WS = "https://twinny.dev/ws"

export const defaultChunkOptions = {
maxSize: 500,
Expand Down

0 comments on commit f0d8307

Please sign in to comment.