diff --git a/agents.py b/agents.py index afb0e28..90d798f 100644 --- a/agents.py +++ b/agents.py @@ -8,7 +8,7 @@ class CustomAgents: def __init__(self): self.OpenAILlama323 = LLM( model="openai/llama-3.2-3B-instruct", - base_url='https://hub.societyai.com/models/llama-3-2-3b-test/openai/v1' + base_url='https://hub.societyai.com/models/llama-3-2-3b/openai/v1' ) def agent_1_name(self):