mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
change chatgpt api port from 8000 to 52415
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# This works the same in a single-node set up and in a multi-node setup.
|
||||
# You need to start exo before running this by running `python3 main.py`.
|
||||
|
||||
API_ENDPOINT="http://${API_ENDPOINT:-$(ifconfig | grep 'inet ' | grep -v '127.0.0.1' | awk '{print $2}' | head -n 1):8000}"
|
||||
API_ENDPOINT="http://${API_ENDPOINT:-$(ifconfig | grep 'inet ' | grep -v '127.0.0.1' | awk '{print $2}' | head -n 1):52415}"
|
||||
MODEL="llama-3.1-8b"
|
||||
PROMPT="What is the meaning of exo?"
|
||||
TEMPERATURE=0.7
|
||||
|
||||
Reference in New Issue
Block a user