Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Web display problem #6

Open
SoonAmber opened this issue Oct 3, 2024 · 1 comment
Open

Web display problem #6

SoonAmber opened this issue Oct 3, 2024 · 1 comment

Comments

@SoonAmber
Copy link

SoonAmber commented Oct 3, 2024

Although the terminal has the correct output, the web always says "Please start the backend first."
Go to playback and click "play" and the result is that nothing has changed
ps:In addition, one of the logs was having trouble writing, so I chose to comment it out. TAT
# self.__cost_logger = OpenAICostLogger(
# experiment_name=experiment_name,
# cost_upperbound=cost_upperbound,
# log_folder=log_folder
# )
and
# with self.lock:
# self.__cost_logger.update_cost(
# response=response,
# input_cost=input_cost,
# output_cost=output_cost
# )

@drudilorenzo
Copy link
Owner

drudilorenzo commented Oct 10, 2024

Although the terminal has the correct output, the web always says "Please start the backend first."

Hey, this usually happens when you refresh the tab. But if you don't refresh the tab it should work. Lemme know if you still have the problem!

ps. If the problem persist, can you please describe me the steps you are doing for the execution?

jackboyla pushed a commit to jackboyla/generative_agents that referenced this issue Dec 14, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants