mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-21 13:54:29 -07:00
Wrong default host name
This commit is contained in:
parent
9165bae910
commit
230b138afb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from models import OpenAIinput
|
||||||
from utils.codegen import CodeGenProxy
|
from utils.codegen import CodeGenProxy
|
||||||
|
|
||||||
codegen = CodeGenProxy(
|
codegen = CodeGenProxy(
|
||||||
host=os.environ.get("TRITON_HOST", "localhost"),
|
host=os.environ.get("TRITON_HOST", "triton"),
|
||||||
port=os.environ.get("TRITON_PORT", 8001),
|
port=os.environ.get("TRITON_PORT", 8001),
|
||||||
verbose=os.environ.get("TRITON_VERBOSITY", False)
|
verbose=os.environ.get("TRITON_VERBOSITY", False)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue