Any tutorial to prompt engineer other open-sourced LLM?

For example LAION’s Open Assistant Open Assistant | Open Assistant or Dolly 2.0 databricks/dolly-v2-12b · Hugging Face

Hi vouz, welcome to the community.

I think most of the principles still apply to other LLM. You can also check the data format used to train those models and you may get some ideas.

1 Like

Do you know how to setup the dev environment for other LLMs? It doesn’t seem like there’s an easy way to access API and do more elaborate prompt engineering for Open Assistant for example

You can check OpenAI API tutorial/Quickstart( Quickstart tutorial - OpenAI API. You need to set ,env file (if you do not directly hard wright API key).

Yes! I am looking for dev environment of other LLMs (not OpenAI’s). For example, Open Assistant | Open Assistant or databricks/dolly-v2-12b · Hugging Face or GitHub - openlm-research/open_llama

Sorry for the confusion. I have only used Hugging Face that is good and many LLMs are ready to ude.