You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting export VLLM_API_BASE="http://0.0.0.0:8888" # Run the Letta server (usually on a different port) poetry run letta server --host 0.0.0.0 --port 80 # Add --ade if needed for development
or export VLLM_API_BASE="http://localhost:8283, the vLLM model can't be found.
To resolve it, adding a suffix like 'export VLLM_API_BASE="http://0.0.0.0:8888/v1', benefits finding the models available and latter functions' calls.
When setting
export VLLM_API_BASE="http://0.0.0.0:8888" # Run the Letta server (usually on a different port) poetry run letta server --host 0.0.0.0 --port 80 # Add --ade if needed for development
or
export VLLM_API_BASE="http://localhost:8283
, the vLLM model can't be found.To resolve it, adding a suffix like 'export VLLM_API_BASE="http://0.0.0.0:8888/v1', benefits finding the models available and latter functions' calls.
It may be helpful to set up like:
letta/letta/server/server.py
Lines 313 to 319 in 79f4a7e
For adding this suffix automatically.
The text was updated successfully, but these errors were encountered: