transformer-debugger
transformer-debugger copied to clipboard
client can not connect the server
Error: Unable to look up model info. Are you sure you're running an activation server for this dataset? Current URL: http://localhost:8002
server and client are deployed on the same machine, server start as the command: python neuron_explainer/activation_server/main.py --run_model False --port 8000
client start as the command: NEURON_VIEWER_ACTIVATION_SERVER_URL=http://localhost:8000 npm start
Is the OPENAI_API_KEY neccssary?