Update agents.py
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 2m50s
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 2m50s
This commit is contained in:
parent
a4232714b4
commit
6ede82d0d5
@ -8,8 +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",
|
||||||
api_key="na",
|
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