Update README.md

Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com>
This commit is contained in:
bojiang
2024-07-11 15:42:48 +08:00
committed by GitHub
parent db093809c7
commit c665bd6950

View File

@@ -105,20 +105,15 @@ for chunk in chat_completion:
</details>
<details>
<summary>LangChain</summary>
</details>
<details>
<summary>LlamaIndex</summary>
```
```python
from llama_index.llms.openai import OpenAI
llm = OpenAI(api_bese="http://localhost:3000/v1", model="casperhansen/llama-3-8b-instruct-awq", api_key="dummy")
llm = OpenAI(api_bese="http://localhost:3000/v1", model="meta-llama/Meta-Llama-3-8B-Instruct", api_key="dummy")
...
```
</details>