Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
victordibia committed Sep 9, 2023
1 parent 4c607d0 commit fac9b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ There is nothing particularly special about this library, but some of the requir
```python
from llmx import llm

gen = llm(provider="openai") # openai is default
gen = llm(provider="openai") # support azureopenai models too.
gen = llm(provider="palm") # or google
gen = llm(provider="cohere") # or palm
gen = llm(provider="hf", model="TheBloke/Llama-2-7b-chat-fp16", device_map="auto") # run huggingface model locally
Expand Down

0 comments on commit fac9b42

Please sign in to comment.