Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 502 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 502 Bytes

Python Client

It is straightforward to call powerful LLMs like Llama3 from Python using Lamini.

  1. Get <YOUR-LAMINI-API-KEY> at your account page on Lamini.

  2. Modify llama3.py to insert your key.

    Alternatively, you can fill in the key in the ~/.lamini/configure.yaml as follows, persisting your key whenever you use Lamini:

    production:
      key: <YOUR-LAMINI-API-KEY>

That's it! 🎉

cd 01_llama3
python3 llama3.py