using neo4j async

This commit is contained in:
Ken Wiltshire
2024-11-02 18:35:07 -04:00
parent f40725feeb
commit 8bd5d9b5b2
5 changed files with 141 additions and 179 deletions

View File

@@ -798,4 +798,4 @@ if __name__ == "__main__":
result = await gpt_4o_mini_complete("How are you?")
print(result)
asyncio.run(main())
asyncio.run(main())