From ad7dc6acdb36a3588d13358521145fe0ad9a914b Mon Sep 17 00:00:00 2001 From: badhezi Date: Wed, 11 Dec 2024 08:28:01 +0000 Subject: [PATCH] Update agents.py --- agents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):