mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-03 03:08:58 +00:00
codespell: workflow, config + some (quite a few) typos fixed (#6785)
Probably the most boring PR to review ;) Individual commits might be easier to digest --------- Co-authored-by: Bagatur <baskaryan@gmail.com> Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
931e68692e
commit
0d92a7f357
@@ -52,7 +52,7 @@ prompt = PromptTemplate(
|
||||
|
||||
|
||||
```python
|
||||
# And a query intented to prompt a language model to populate the data structure.
|
||||
# And a query intended to prompt a language model to populate the data structure.
|
||||
joke_query = "Tell me a joke."
|
||||
_input = prompt.format_prompt(query=joke_query)
|
||||
```
|
||||
|
Reference in New Issue
Block a user