Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ client = InferenceClient("Futuresony/future_ai_12_10_2024.gguf")
|
|
5 |
|
6 |
def format_alpaca_prompt(user_input, system_prompt):
|
7 |
"""Formats input in Alpaca/LLaMA style"""
|
8 |
-
prompt = return prompt
|
9 |
|
10 |
def respond(message, history, system_message, max_tokens, temperature, top_p):
|
11 |
formatted_prompt = format_alpaca_prompt(message, system_message)
|
|
|
5 |
|
6 |
def format_alpaca_prompt(user_input, system_prompt):
|
7 |
"""Formats input in Alpaca/LLaMA style"""
|
8 |
+
prompt = """return prompt"""
|
9 |
|
10 |
def respond(message, history, system_message, max_tokens, temperature, top_p):
|
11 |
formatted_prompt = format_alpaca_prompt(message, system_message)
|