From 51f54d9bb89eaf456caf7ef0d6615bb998053510 Mon Sep 17 00:00:00 2001 From: shivendoodeshmukh Date: Sun, 21 Apr 2024 20:30:18 +0530 Subject: [PATCH] Update README.md to fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7f49b77a..91ccf23c5 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ from llmx import llm text_gen = llm(provider="hf", model="uukuguy/speechless-llama2-hermes-orca-platypus-13b", device_map="auto") lida = Manager(text_gen=text_gen) # now you can call lida methods as above e.g. -sumamry = lida.summarize("data/cars.csv") # .... +summary = lida.summarize("data/cars.csv") # .... ``` #### Using an OpenAI Compatible Endpoint e.g. [vllm server](https://vllm.readthedocs.io/en/latest/getting_started/quickstart.html#openai-compatible-server)