Llama
Last updated
Last updated
Copyright © 2023 Arize AI, Inc
To instrument an open-source Llama model, Ollama has built-in compatibility with the OpenAI Chat Completions API, making it possible to use more tooling and applications with open-source models locally.
Download and install Ollama, or execute the installation script with the command below. Both options handle the installation process automatically, including downloading and installing necessary dependencies.
Once Ollama is installed, start the server using the following command.
Now start asking questions to your LLM app and watch the traces being collected by Arize. For more examples of instrumenting OpenAI applications, check our openinferenece-instrumentation-openai examples.