mirror of
https://github.com/ollama/ollama-python.git
synced 2026-08-07 13:57:45 +00:00
format
This commit is contained in:
@@ -3,9 +3,9 @@ from ollama import generate
|
||||
prefix = '''def remove_non_ascii(s: str) -> str:
|
||||
""" '''
|
||||
|
||||
suffix = '''
|
||||
suffix = """
|
||||
return result
|
||||
'''
|
||||
"""
|
||||
|
||||
|
||||
response = generate(
|
||||
|
||||
Reference in New Issue
Block a user