ollama test

This commit is contained in:
LarFii
2024-10-16 15:15:10 +08:00
parent 8946023b54
commit 92c11179fe
6 changed files with 94 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import setuptools
with open("README.md", "r") as fh:
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()