Requirements:
- Node.js v18 or later.
- llama.cpp running a model, e.g. Mistral 7B Instruct or Mistral 7B OpenOrca.
Run:
$ npm install && npm start
and then open localhost:5000
.
Try the following questions:
- Who wrote the Canon of Medicine?
- Who is Elon Musk?
- What is the native language of Mr. Spock?
- Name Indonesia #1 tourist destination
- Which US state starts with G?
- What is the atomic number of Magnesium?
- Is ramen typically eaten in Egypt?
- Who directed the Dark Knight movie?
- Where do we find kangoroo?
- Who is the father of Luke Skywalker?
- In which country Mandarin is spoken?
- What is the longest river in Latin America?
- Who authored the special theory of relativity?
- Which fictional metal is infused into Wolverine body?
- Who sailed with the flagship Santa Maria?
- Name the big desert close to Mongolia
- Which is closer to Singapor: Vietnam or Australia?
- Who is the fictional spy 007?
- Which country is known for IKEA?
and other questions solved by searching the PDF document:
- How many planets are there in our solar system?
- Name them all!
- Is Pluto a planet?
- List all the terrestrial planets
- When was solar system formed?
- Which materials made up the gas giants?
- How far is Proxima Centauri?
If you get an API key for OpenWeatherMap and supply it as OPENWEATHERMAP_API_KEY
environment variable, try to ask the following:
- How is the weather in Jakarta?
- What is the current temperature in Palo Alto?
- Is it currently cloudy in Seattle?