Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Other LLMs #194

Open
kqvanity opened this issue Nov 6, 2024 · 1 comment
Open

Other LLMs #194

kqvanity opened this issue Nov 6, 2024 · 1 comment

Comments

@kqvanity
Copy link

kqvanity commented Nov 6, 2024

Can I use other LLMs? I connect to other remote models via their API, then locally rebroadcast a web server that bridge any OpenAI-compatible HTTP requests to the respective model.

I can see Lumos hitting /tags so I'm not sure

Available endpoints.

Chat Completions API: http://localhost:11434/v1/chat/completions
Embeddings API:       http://localhost:11434/v1/embeddings
Rerank API:           http://localhost:11434/v1/rerank
@andrewnguonly
Copy link
Owner

Can I use other LLMs?

You can use any LLM that's available on your Ollama server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants