Spaces:
Runtime error
Runtime error
Update src/interface.py
Browse files- src/interface.py +1 -1
src/interface.py
CHANGED
@@ -8,7 +8,7 @@ def create_demo():
|
|
8 |
"""
|
9 |
## LLAMA 3 Rag on Fly App
|
10 |
|
11 |
-
This application allows you to experiment with
|
12 |
You can adjust various parameters to control the model's output.
|
13 |
"""
|
14 |
)
|
|
|
8 |
"""
|
9 |
## LLAMA 3 Rag on Fly App
|
10 |
|
11 |
+
This application allows you to experiment with LLAMA 3 8B Instruct model for RAG.
|
12 |
You can adjust various parameters to control the model's output.
|
13 |
"""
|
14 |
)
|