pezzolabs / pezzo

🕹️ Open-source, developer-first LLMOps platform designed to streamline prompt design, version management, instant delivery, collaboration, troubleshooting, observability and more.
https://pezzo.ai
Apache License 2.0
2.45k stars 202 forks source link

Running locally; always getting "Invalid Pezzo Project ID" #299

Open panda-neil opened 5 months ago

panda-neil commented 5 months ago

Report

When making a chat completions request, the request is successful, it is even traced by OpenAI. But Pezzo proxy is always giving "'Invalid Pezzo Project ID", and so the request is not listed in the Request View of Pezzo console.

Pezzo proxy logs: image

Chat completions request: image

Expected behavior

Request is shown in Requests View of Pezzo console

Steps to reproduce the problem

  1. create .env.local in project root dir
  2. docker compose up -d

Logs (if applicable)

Pezzo proxy logs: image

Pezzo version

latest images of pezzo server, console, proxy per docker-compose.yaml

How do you use Pezzo?

Docker Compose