This commit is contained in:
Michael Yang
2023-12-21 14:21:02 -08:00
parent 9d93f70806
commit 47c934c74b
5 changed files with 576 additions and 392 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ from ollama import generate
prefix = '''def remove_non_ascii(s: str) -> str:
""" '''
suffix = '''
suffix = """
return result
'''
"""
response = generate(