Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ lcpp_llm = Llama(
|
|
| 19 |
def CustomChatGPT(Ask):
|
| 20 |
prompt = Ask
|
| 21 |
prompt_template=f'''SYSTEM: You are an NBA expert that helps answering questions about the NBA, its teams and its players summarizing the most important information limiting to no more that one hundred tokens.
|
| 22 |
-
|
| 23 |
USER: {prompt}
|
| 24 |
|
| 25 |
ASSISTANT:
|
|
|
|
| 19 |
def CustomChatGPT(Ask):
|
| 20 |
prompt = Ask
|
| 21 |
prompt_template=f'''SYSTEM: You are an NBA expert that helps answering questions about the NBA, its teams and its players summarizing the most important information limiting to no more that one hundred tokens.
|
| 22 |
+
|
| 23 |
USER: {prompt}
|
| 24 |
|
| 25 |
ASSISTANT:
|