diff --git a/evaluation_script.py b/evaluation_script.py index 2d05a6c..487f730 100644 --- a/evaluation_script.py +++ b/evaluation_script.py @@ -278,7 +278,7 @@ def make_profiles(agent_names, models, apis, template_profile="profiles/collab_p profile["model"] = { "api": "vllm", "model": models[index], - "url": "http://localhost:8000/v1" + "url": "http://127.0.0.1:8000/v1" } else: profile["model"] = models[index] diff --git a/profiles/vllm.json b/profiles/vllm.json index d5abb98..a5ab382 100644 --- a/profiles/vllm.json +++ b/profiles/vllm.json @@ -4,8 +4,7 @@ "model": { "api": "vllm", "model": "Qwen/Qwen2.5-1.5B-Instruct", - "url": "http://localhost:8000/v1" + "url": "http://127.0.0.1:8000/v1" }, - "embedding": "openai" } \ No newline at end of file