mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 14:49:29 +00:00
Fixed typo in bittensor.mdx (#10160)
Fixed Typo in bittenaor.mdx --------- Co-authored-by: Aashish Saini <141953346+AashishSainiShorthillsAI@users.noreply.github.com> Co-authored-by: AryamanJaiswalShorthillsAI <142397527+AryamanJaiswalShorthillsAI@users.noreply.github.com> Co-authored-by: Adarsh Shrivastav <142413097+AdarshKumarShorthillsAI@users.noreply.github.com> Co-authored-by: Vishal <141389263+VishalYadavShorthillsAI@users.noreply.github.com> Co-authored-by: ChetnaGuptaShorthillsAI <142381084+ChetnaGuptaShorthillsAI@users.noreply.github.com> Co-authored-by: PankajKumarShorthillsAI <142473460+PankajKumarShorthillsAI@users.noreply.github.com> Co-authored-by: AbhishekYadavShorthillsAI <142393903+AbhishekYadavShorthillsAI@users.noreply.github.com> Co-authored-by: Aayush <142384656+AayushShorthillsAI@users.noreply.github.com>
This commit is contained in:
parent
803d0d9656
commit
f6f0b0f975
@ -20,7 +20,7 @@ from langchain.llms import NIBittensorLLM
|
|||||||
It provides a unified interface for all models:
|
It provides a unified interface for all models:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
llm = NIBittensorLLM(system_prompt="Your task is to provide consice and accurate response based on user prompt")
|
llm = NIBittensorLLM(system_prompt="Your task is to provide concise and accurate response based on user prompt")
|
||||||
|
|
||||||
print(llm('Write a fibonacci function in python with golder ratio'))
|
print(llm('Write a fibonacci function in python with golder ratio'))
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user