Spaces:
Runtime error
Runtime error
Upload generate.py
Browse files- generate.py +0 -1
generate.py
CHANGED
@@ -83,7 +83,6 @@ def generate_prompt(instruction, input=None, context = None):
|
|
83 |
### Response:"""
|
84 |
elif context:
|
85 |
print('Context only mode')
|
86 |
-
print(context)
|
87 |
return f"""Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
88 |
|
89 |
### Instruction:
|
|
|
83 |
### Response:"""
|
84 |
elif context:
|
85 |
print('Context only mode')
|
|
|
86 |
return f"""Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
87 |
|
88 |
### Instruction:
|