Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,8 +66,6 @@ h3 {
|
|
66 |
}
|
67 |
"""
|
68 |
|
69 |
-
|
70 |
-
@spaces.GPU(duration=90)
|
71 |
def stream_chat(message: str, history: list, temperature: float, context_window: int, top_p: float, top_k: int, penalty: float):
|
72 |
print(f'message is - {message}')
|
73 |
print(f'history is - {history}')
|
|
|
66 |
}
|
67 |
"""
|
68 |
|
|
|
|
|
69 |
def stream_chat(message: str, history: list, temperature: float, context_window: int, top_p: float, top_k: int, penalty: float):
|
70 |
print(f'message is - {message}')
|
71 |
print(f'history is - {history}')
|