Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ llm = Llama(model_path= hf_hub_download(repo_id="TheBloke/orca_mini_3B-GGML", fi
|
|
11 |
|
12 |
history = []
|
13 |
|
14 |
-
|
15 |
|
16 |
def generate_text(input_text, history):
|
17 |
print("history ",history)
|
|
|
11 |
|
12 |
history = []
|
13 |
|
14 |
+
pre_prompt = " The user and the AI are having a conversation : "
|
15 |
|
16 |
def generate_text(input_text, history):
|
17 |
print("history ",history)
|