f
modified: app.py
This commit is contained in:
parent
c4df19132f
commit
5217092e39
1 changed files with 0 additions and 1 deletions
1
app.py
1
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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue