diff --git a/docs/completions.md b/docs/completions.md index ec2248c..60af083 100644 --- a/docs/completions.md +++ b/docs/completions.md @@ -1,7 +1,7 @@ Completion is the building block of synthetic data generation. It allows you to easily generate outputs from any LLM of your choice. ## Using API -Easiest way to generate outputs from LLMs is via API. `chat.generate` method provides OpenAI compatible interface to make request to various endpoints to gather outputs. +Easiest way to generate outputs from LLMs is via API. OpenPO provides OpenAI compatible interface to make request to various endpoints to gather outputs. OpenPO supports various model parameters. You can pass them in as a dictionary to `params` diff --git a/poetry.lock b/poetry.lock index 925aafc..d1ff09a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4792,10 +4792,10 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", type = ["pytest-mypy"] [extras] -eval = ["llm-blender", "prometheus-eval"] -vllm = ["torch", "triton", "vllm"] +eval = ["llm-blender", "prometheus-eval", "triton", "vllm"] +vllm = ["triton", "vllm"] [metadata] lock-version = "2.0" python-versions = ">=3.10.1,<4.0" -content-hash = "6ed21eac47fcd31e456f3df53a74662d9477c25cba5e68454db69207aa7c774a" +content-hash = "c668a983a8ce9a653ed98ef47d37f384b0495241b4171314f158b6821d634dc8"