zeno-ml / zeno-build

Build, evaluate, understand, and fix LLM-based apps
MIT License
482 stars 33 forks source link

Transfering visualizations to Zeno Client #189

Closed amangupt01 closed 10 months ago

amangupt01 commented 10 months ago

Description

Previously the visualize function starts a local Zeno server and hosts the result on that server. In this PR, we are changing the results to be hosted on the Zeno Client Platform. Users will have to create an account on Zeno Client and export the API key as ZENO_CLIENT_KEY

amangupt01 commented 10 months ago

Hey @Sparkier @neubig, Thank you for reviewing the PR, I have changed the ZENO_CLIENT_KEY variable to ZENO_API_KEY. Have made some linting fixes too, do let me know if any other changes are needed.