CurryTang / Graph-LLM

Exploring the Potential of Large Language Models (LLMs) in Learning on Graphs
243 stars 25 forks source link

Lack the file or directory: './openai_out/*' #6

Closed Y-Sui closed 11 months ago

Y-Sui commented 11 months ago

When I run the command "python ego_graph.py", it seems like this folder is missing. I have double-checked the README file and I didn't find anywhere to load them.

Y-Sui commented 11 months ago

The issue has been solved. The openai_out folder is used to store the intermediate interaction data with OpenAI. Simply create this folder and then run ego_graph.py will generate interaction files automatically.