This commit is contained in:
abc 2023-10-12 14:49:07 +01:00
parent aa4824b6a2
commit df92b32e98

View file

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