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)