Yoxas commited on
Commit
4750fd6
·
verified ·
1 Parent(s): 6b4a219

Update src/interface.py

Browse files
Files changed (1) hide show
  1. src/interface.py +6 -2
src/interface.py CHANGED
@@ -8,8 +8,12 @@ def create_demo():
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
  )
15
 
 
8
  """
9
  ## LLAMA 3 Rag on Fly App
10
 
11
+ This application allows you to experiment with Llama-3-8B-Instruct-Gradient-1048k model for RAG.
12
+ You can adjust various parameters to control the model's output.
13
+
14
+ Original space https://huggingface.co/spaces/ModularityAI/LLama3Rag
15
+
16
+ I add save conversation button if you want and change ai model from llama 3 8B instruct with gradientai version
17
  """
18
  )
19