From 5217092e397c25f3bbaeee7e9b1907f74f636d3b Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 4 Aug 2024 11:37:04 -0400 Subject: [PATCH] f modified: app.py --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index b50c9ca..370f68f 100644 --- a/app.py +++ b/app.py @@ -764,7 +764,6 @@ def get_openai_client_and_model(model_name="gpt-4o-mini"): if "gpt" not in model_name and vllm_endpoint: openai_client = OpenAI(base_url=vllm_endpoint, api_key=vllm_api_key) - model_name = "NousResearch/Hermes-2-Pro-Llama-3-8B" else: openai_client = OpenAI()