1from openai import OpenAI 2 3client = OpenAI( 4 api_key=LLAMA_API_KEY, 5 base_url="https://api.llama.com/compat/v1/" 6)