Spaces:
Running
Running
Fixed readme
Browse files
README.md
CHANGED
@@ -26,31 +26,39 @@ This is a simple search agent that (kind of) does what [Perplexity AI](https://w
|
|
26 |
|
27 |
```
|
28 |
β python ./search_agent.py --provider groq -o text "Write a linkedin post on how Sequoia Capital AI Ascent 2024 is interesting"
|
29 |
-
[21:
|
30 |
-
[21:
|
31 |
-
|
32 |
-
[21:
|
33 |
-
[21:
|
34 |
-
|
35 |
-
π Sequoia Capital's AI Ascent 2024 conference brought together some of the brightest minds in
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
of
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
#AI #ArtificialIntelligence #GenerativeAI #SequoiaCapital #AIascent2024
|
53 |
-
|
54 |
|
55 |
```
|
56 |
|
|
|
26 |
|
27 |
```
|
28 |
β python ./search_agent.py --provider groq -o text "Write a linkedin post on how Sequoia Capital AI Ascent 2024 is interesting"
|
29 |
+
[21:44:05] Using mixtral-8x7b-32768 on groq with temperature 0.0 search_agent.py:78
|
30 |
+
[21:44:06] Optimized search query: Sequoia Capital AI Ascent 2024 interest search_agent.py:248
|
31 |
+
Found 10 sources search_agent.py:252
|
32 |
+
[21:44:08] Managed to extract content from 7 sources search_agent.py:256
|
33 |
+
[21:44:12] Filtered 21 relevant content extracts search_agent.py:263
|
34 |
+
βββββββββββββββββββββββββββββββββββββ Response from groq ββββββββββββββββββββββββββββββββββββββ
|
35 |
+
π Sequoia Capital's AI Ascent 2024 conference brought together some of the brightest minds in
|
36 |
+
AI, including founders, researchers, and industry leaders. The event was a unique opportunity
|
37 |
+
to discuss the state of AI and its future, focusing on the promise of generative AI to
|
38 |
+
revolutionize industries and provide amazing productivity gains.
|
39 |
+
|
40 |
+
π Highlights of the conference included talks by Sam Altman of OpenAI, Dylan Field of Figma,
|
41 |
+
Alfred Mensch of Mistral, Daniela Amodei of Anthropic, Andrew Ng of AI Fund, CJ Desai of
|
42 |
+
ServiceNow, and independent researcher Andrej Karpathy. Sessions covered a wide range of
|
43 |
+
topics, from the merits of large and small models to the rise of reasoning agents, the future
|
44 |
+
of compute, and the evolving AI ecosystem.
|
45 |
+
|
46 |
+
π‘ One key takeaway from the event is the recognition that we are in a 'primordial soup' phase
|
47 |
+
of AI development. This is a crucial moment for the technology to transition from being an idea
|
48 |
+
to solving real-world problems efficiently. Factors like cheap compute power, fast networks,
|
49 |
+
ubiquitous supercomputers, and readily available data are enabling AI as the next significant
|
50 |
+
technology wave.
|
51 |
+
|
52 |
+
π As we move forward, we can expect AI to become an even more significant part of our lives,
|
53 |
+
revolutionizing various sectors and offering unprecedented value creation potential. Stay tuned
|
54 |
+
for the upcoming advancements in AI, and let's continue to explore and harness its vast
|
55 |
+
capabilities!
|
56 |
+
|
57 |
+
_For more information, check out the [Sequoia Capital AI Ascent 2024 conference
|
58 |
+
recap](https://www.sequoiacap.com/article/ai-ascent-2024/)._
|
59 |
|
60 |
#AI #ArtificialIntelligence #GenerativeAI #SequoiaCapital #AIascent2024
|
61 |
+
ββββββββββββββββββββββββββββββββββββββββββββββ βββββββββββββββββββββββββββββββββββββββββββββββ
|
62 |
|
63 |
```
|
64 |
|