mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-14 02:28:06 -07:00
Merge pull request #64 from Frederisk/patch-3
Fixed bugs from #49 about wrong hostnames
This commit is contained in:
commit
33e8cac5b8
3 changed files with 13 additions and 10 deletions
|
@ -8,7 +8,7 @@ from models import OpenAIinput
|
|||
from utils.codegen import CodeGenProxy
|
||||
|
||||
codegen = CodeGenProxy(
|
||||
host=os.environ.get("TRITON_HOST", "localhost"),
|
||||
host=os.environ.get("TRITON_HOST", "triton"),
|
||||
port=os.environ.get("TRITON_PORT", 8001),
|
||||
verbose=os.environ.get("TRITON_VERBOSITY", False)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue