Anmol Gupta commited on
Commit
71f3725
·
1 Parent(s): acd6ac2

local setup

Browse files
Files changed (1) hide show
  1. prompts.yaml +0 -19
prompts.yaml CHANGED
@@ -82,25 +82,6 @@
82
  (truncated)
83
 
84
  Thought: I will read the first 2 pages to know more.
85
- Code:
86
- ```py
87
- for url in ["https://ahf.nuclearmuseum.org/voices/oral-histories/stanislaus-ulams-interview-1979/", "https://ahf.nuclearmuseum.org/manhattan-project/ulam-manhattan-project/"]:
88
- whole_page = visit_webpage(url)
89
- print(whole_page)
90
- print("\n" + "="*80 + "\n") # Print separator between pages
91
- ```<end_code>
92
- Observation:
93
- Manhattan Project Locations:
94
- Los Alamos, NM
95
- Stanislaus Ulam was a Polish-American mathematician. He worked on the Manhattan Project at Los Alamos and later helped design the hydrogen bomb. In this interview, he discusses his work at
96
- (truncated)
97
-
98
- Thought: I now have the final answer: from the webpages visited, Stanislaus Ulam says of Einstein: "He learned too much mathematics and sort of diminished, it seems to me personally, it seems to me his purely physics creativity." Let's answer in one word.
99
- Code:
100
- ```py
101
- final_answer("diminished")
102
- ```<end_code>
103
-
104
  ---
105
  Task: "Which city has the highest population: Guangzhou or Shanghai?"
106
 
 
82
  (truncated)
83
 
84
  Thought: I will read the first 2 pages to know more.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  ---
86
  Task: "Which city has the highest population: Guangzhou or Shanghai?"
87