simonw / llm-palm

Plugin for LLM adding support for Google's PaLM 2 model
Apache License 2.0
14 stars 4 forks source link

System prompting seems not to work #5

Open freyley opened 11 months ago

freyley commented 11 months ago

In both the CLI and using it as a python library, the palm model doesn't seem to accept system prompts.

$ llm -m palm2 "what are good ways to climb a mountain?" -s "translate to french"

There are many different ways to climb a mountain. The best way for you will depend on your experience, fitness level, and the specific mountain you are climbing.

If you are a beginner, it is a good idea to start with a mountain that is not too difficult. You should also make sure to train for the climb by doing plenty of hiking and cardio.

Once you have some experience, you can start to climb more challenging mountains. It is important to be aware of the risks involved in mountain climbing and to take all necessary precautions.

Here are some tips for climbing a mountain:

  • Choose the right mountain. Make sure to choose a mountain that is appropriate for your experience level.
  • Do your research. Learn as much as you can about the mountain you are climbing, including the route, the weather conditions, and the potential hazards.
  • Get the right gear. Make sure you have the proper clothing, footwear, and equipment for the climb.
  • Be prepared for the unexpected. Things can go wrong on a mountain climb, so it is important to be prepared for anything.
  • Listen to your body. If you are feeling tired or ill, it is important to stop and rest.
  • Don't be afraid to turn back. If you are not comfortable with the conditions, it is always better to turn back than to risk getting into trouble.

Climbing a mountain can be a rewarding experience. However, it is important to be aware of the risks and to take all necessary precautions.

freyley commented 11 months ago

I've tried it with half a dozen different system prompts and nothing seems to get through.