You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only Ollama is supported, but since vLLM and LM Studio both use OpenAI-like APIs, they can easily be added and their models be loded with /v1/models. See llm_adapter.py.
Currently, only Ollama is supported, but since vLLM and LM Studio both use OpenAI-like APIs, they can easily be added and their models be loded with
/v1/models. Seellm_adapter.py.