I have tried to simulate the Agentsims in colab and I have problem in runnings the index.html file in this colab page (link of it).
I get 404 code.
Maybe the resin is because of this part of it:
import json
# Define the content of the JSON file
content = {
"gpt-3.5": "sk-XnrwpTOQ03xgtxxx"
}
# Convert the content to JSON format
json_content = json.dumps(content)
# Write the JSON content to the file
with open('/content/AgentSims/config/api_key.json', 'w') as file:
file.write(json_content)
I'm sorry, I have not used colab before. From the issue, it seems more likely to be a communication problem between the frontend and backend network connection.
I have tried to simulate the Agentsims in colab and I have problem in runnings the index.html file in this colab page (link of it). I get 404 code.
Maybe the resin is because of this part of it:
The tunneling and result page is shown at below:
Also I asked at this stackoverflow page.