Update agents.py
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 2m50s

This commit is contained in:
badhezi 2024-12-11 08:22:17 +00:00
parent a4232714b4
commit 6ede82d0d5

@ -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):