Update agents.py
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 59s
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 59s
This commit is contained in:
parent
6ede82d0d5
commit
ad7dc6acdb
@ -8,7 +8,7 @@ class CustomAgents:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.OpenAILlama323 = LLM(
|
self.OpenAILlama323 = LLM(
|
||||||
model="openai/llama-3.2-3B-instruct",
|
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):
|
def agent_1_name(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user