-
-
Notifications
You must be signed in to change notification settings - Fork 7
Large Language Models
Mika Hämäläinen edited this page Nov 2, 2024
·
11 revisions
UralicNLP provides a seamless, unified interface to access a variety of powerful large language models, eliminating the need for separate installations or complex setups. With UralicNLP, you can effortlessly switch between different LLMs, saving time and simplifying your workflow while gaining the flexibility to work with the model that best suits your needs—all through a single, streamlined platform.
To put it simply, you can just do:
llm.prompt("my fancy prompt")
>>"Result from LLM"
UralicNLP is an open-source Python library by Mika Hämäläinen