removed dead code

removed some dead code
This commit is contained in:
Omar Abdelwahab 2025-08-21 19:43:08 -07:00
parent 1759780818
commit 534bf972a3

View file

@ -61,8 +61,6 @@ class LlamaStackLLM(LLM):
# Pydantic model fields
client: Any = None
#model_id: str = "meta-llama/Llama-4-Maverick-17B-128E-Instruct"
# model_id: str = "meta-llama/Llama-3.3-70B-Instruct"
model_id: str = "llama3:70b-instruct"
def __init__(self, client, model_id: str = "llama3:70b-instruct"):