MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / llms.py

File llms.py

src/hyperagent/agents/llms.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from typing import Any
2from openai import OpenAI, AzureOpenAI
3from vllm import LLM as vLLM
4from transformers import AutoTokenizer, AutoConfig

Callers

nothing calls this directly

Calls 1

VLLMClass · 0.85

Tested by

no test coverage detected