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

add support for custom llm with ssl support #380

Merged
merged 7 commits into from
Jan 25, 2025
Merged

Conversation

adilhafeez
Copy link
Contributor

Add support for using custom llm that are served through https protocol.

Add support for using custom llm that are served through https protocol.
@adilhafeez adilhafeez marked this pull request as ready for review January 24, 2025 20:43
@@ -32,6 +32,18 @@ calls, handling retries, managing rate limits, and ensuring seamless integration
LLMs. Simply configure the details of the LLMs your application will use, and Arch offers a unified interface to
make outbound LLM calls.

Adding custom LLM Provider
--------------------------
Out of the box we provide support for openai and mistral llm providers. But if you want to add your custom provider you can follow the below steps:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

integrates with [any OpenAI-compatible API (e.g. Ollama)]

Co-authored-by: Salman Paracha <salman.paracha@gmail.com>
@adilhafeez adilhafeez merged commit 38f7691 into main Jan 25, 2025
7 checks passed
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

Successfully merging this pull request may close these issues.

2 participants