Skip to content

Commit

Permalink
Fixed typo in bittensor.mdx (langchain-ai#10160)
Browse files Browse the repository at this point in the history
Fixed Typo in bittenaor.mdx

---------

Co-authored-by: Aashish Saini <[email protected]>
Co-authored-by: AryamanJaiswalShorthillsAI <[email protected]>
Co-authored-by: Adarsh Shrivastav <[email protected]>
Co-authored-by: Vishal <[email protected]>
Co-authored-by: ChetnaGuptaShorthillsAI <[email protected]>
Co-authored-by: PankajKumarShorthillsAI <[email protected]>
Co-authored-by: AbhishekYadavShorthillsAI <[email protected]>
Co-authored-by: Aayush <[email protected]>
  • Loading branch information
9 people authored Sep 4, 2023
1 parent 803d0d9 commit f6f0b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extras/integrations/providers/bittensor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ from langchain.llms import NIBittensorLLM
It provides a unified interface for all models:

```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'))
```
Expand Down

0 comments on commit f6f0b0f

Please sign in to comment.