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