Skip to content

Commit

Permalink
Change default URL for custom model endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
htadashi committed Jan 4, 2024
1 parent c7de601 commit 7991ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPT3-AHK.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ HOTKEY_EDIT = #+o ; Win+shift+o
; Models settings
global MODEL_ENDPOINT := "https://api.openai.com/v1/chat/completions"
global MODEL_AUTOCOMPLETE_ID := "gpt-3.5-turbo"
CUSTOM_MODEL_ENDPOINT := "http://172.17.52.156:8000/chat/completions"
CUSTOM_MODEL_ENDPOINT := "http://0.0.0.0:8000/chat/completions"
CUSTOM_MODEL_ID := "together_ai/togethercomputer/llama-2-70b-chat"
MODEL_AUTOCOMPLETE_MAX_TOKENS := 200
MODEL_AUTOCOMPLETE_TEMP := 0.8
Expand Down

0 comments on commit 7991ec9

Please sign in to comment.