Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideWiest authored Apr 24, 2024
1 parent cccb342 commit dcb9701
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 @@ -11,7 +11,7 @@ RequestResult result = new LLMRequestBuilder()
.Complete();
```

ContextFlow is builds an abstraction above regular LLMs and enables more complex interaction with LLMs. It implements these concepts:
ContextFlow is builds an abstraction above regular LLMs and enables more complex interaction. It implements these concepts:
- ***Prompt-Chaining*** (see the result action methods)
- ***Prompt-Templating*** (see CFTemplate in the namespace `ContextFlow.Application.Templates`)

Expand Down

0 comments on commit dcb9701

Please sign in to comment.