init agentic server monitor scripts
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m4s
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m4s
This commit is contained in:
@@ -100,13 +100,14 @@ def get_api_key() -> str:
|
||||
if __name__ == "__main__":
|
||||
# Run the agent
|
||||
llm = ChatOpenAI(
|
||||
model="qwen3.5-35b-a3b",
|
||||
base_url="https://llama-cpp.reeselink.com",
|
||||
model="instruct",
|
||||
base_url="https://llama-instruct.reeselink.com",
|
||||
api_key=get_api_key,
|
||||
temperature=0.95,
|
||||
temperature=0.7,
|
||||
timeout=30,
|
||||
max_retries=2,
|
||||
verbose=True,
|
||||
top_p=1,
|
||||
)
|
||||
|
||||
agent = create_agent(
|
||||
|
||||
Reference in New Issue
Block a user