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

This commit is contained in:
badhezi 2024-12-11 08:28:01 +00:00
parent 6ede82d0d5
commit ad7dc6acdb

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