This commit is contained in:
abc 2023-10-09 23:50:01 +01:00
parent b8febf67e3
commit 5f2786b348
1 changed files with 1 additions and 1 deletions

View File

@ -107,4 +107,4 @@ And replace "gpt-3.5-turbo" with `model`.
file.write(f"\nfrom .{name} import {name}")
else:
with open(provider_path, "r") as file:
code = file.read()
code = file.read()