transformer-debugger icon indicating copy to clipboard operation
transformer-debugger copied to clipboard

client can not connect the server

Open duoduo07 opened this issue 10 months ago • 5 comments

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?

duoduo07 avatar Mar 29 '24 11:03 duoduo07