|
|
|
|
|
by refulgentis
891 days ago
|
|
its been such a long year, I still remember the month of gpt...what was it, not gpt4all...gpt...ah whatever. The "running an LLM in a loop will solve it" approach. I'm not a big fan, I'd need to see something truly transformative. This seems to be a Langchain wrapper, where the Langchain is a prompt + retrieval based on a few documents. ex. `https://github.com/joaomdmoura/crewAI-examples/tree/main/sto...`
```
BrowserTools.scrape_and_summarize_website,
SearchTools.search_internet,
CalculatorTools.calculate,
SECTools.search_10q,
SECTools.search_10k
``` |
|