Skip to content

Commit

Permalink
doc: Prioritize QAs
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Dec 10, 2024
1 parent 4f044b0 commit eb2878d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -709,10 +709,6 @@ Feel free to raise an issue or propose a PR if you have any idea to optimize the

## Q&A

### Why no LLM framework is used?

At the time of development, no LLM framework was available to handle all of these features: streaming capability with multi-tools, backup models on availability issue, callbacks mechanisms in the triggered tools. So, OpenAI SDK is used directly and some algorithms are implemented to handle reliability.

### What would it require to make it production ready?

Quality:
Expand Down Expand Up @@ -751,3 +747,7 @@ Responsible AI:
- [x] Harmful content detection
- [ ] Grounding detection with Content Safety
- [ ] Social impact assessment

### Why no LLM framework is used?

At the time of development, no LLM framework was available to handle all of these features: streaming capability with multi-tools, backup models on availability issue, callbacks mechanisms in the triggered tools. So, OpenAI SDK is used directly and some algorithms are implemented to handle reliability.

0 comments on commit eb2878d

Please sign in to comment.