Skip to content

Commit a7d0e42

Browse files
cluster2600Claudeclaude
authored
docs: fix typos in documentation (#32201)
## Summary - Fixed redundant word "done" in SECURITY.md line 69 - Fixed grammar errors in Fireworks README.md line 77: "how it fares compares" β†’ "how it compares" and "in terms just" β†’ "in terms of" ## Test plan - [x] Verified changes improve readability and correct grammar - [x] No functional changes, documentation only πŸ€– Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]> Co-authored-by: Claude <[email protected]>
1 parent 3496e17 commit a7d0e42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€ŽSECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ All out of scope targets defined by huntr as well as:
6666
for more details, but generally tools interact with the real world. Developers are
6767
expected to understand the security implications of their code and are responsible
6868
for the security of their tools.
69-
- Code documented with security notices. This will be decided done on a case by
69+
- Code documented with security notices. This will be decided on a case by
7070
case basis, but likely will not be eligible for a bounty as the code is already
7171
documented with guidelines for developers that should be followed for making their
7272
application secure.

β€Žlibs/partners/fireworks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ print(output.generations)
7474
### Tool use: LangChain Agent + Fireworks function calling model
7575
Please checkout how to teach Fireworks function calling model to use a calculator [here](https://github.com/fw-ai/cookbook/blob/main/learn/function-calling/notebooks_langchain/fireworks_langchain_tool_usage.ipynb).
7676

77-
Fireworks focus on delivering the best experience for fast model inference as well as tool use. You can check out [our blog](https://fireworks.ai/blog/firefunction-v1-gpt-4-level-function-calling) for more details on how it fares compares to GPT-4, the punchline is that it is on par with GPT-4 in terms just function calling use cases, but it is way faster and much cheaper.
77+
Fireworks focus on delivering the best experience for fast model inference as well as tool use. You can check out [our blog](https://fireworks.ai/blog/firefunction-v1-gpt-4-level-function-calling) for more details on how it compares to GPT-4, the punchline is that it is on par with GPT-4 in terms of function calling use cases, but it is way faster and much cheaper.
7878

7979
### RAG: LangChain agent + Fireworks function calling model + MongoDB + Nomic AI embeddings
8080
Please check out the [cookbook here](https://github.com/fw-ai/cookbook/blob/main/integrations/MongoDB/project_rag_with_mongodb/mongodb_agent.ipynb) for an end to end flow

0 commit comments

Comments
Β (0)