gmonsoon commited on
Commit
6fcaa67
Β·
verified Β·
1 Parent(s): 3fdc7e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -11,7 +11,7 @@ chat_template = os.getenv('CHAT_TEMPLATE')
11
  # Interface variables
12
  model_name = model_id.split('/')[1].split('-GGUF')[0]
13
  title = f"😻 {model_name}"
14
- description = f"Chat with <a href=\"https://huggingface.co/{model_id}\">{model_name}</a> in GGUF format ({quant})!"
15
 
16
  # Initialize the LLM
17
  llm = Llama(model_path="model.gguf",
@@ -46,7 +46,6 @@ gr.ChatInterface(
46
  additional_inputs_accordion="πŸ“ System prompt",
47
  examples=[
48
  ["What is NLP?"],
49
- ["If i have 5 coins in my hand, and then i get 2 coin from my sister, how much coins that i have right now?"],
50
  ["Please tell me about Aurora Borealis"],
51
  ["Tell me a joke that will make me laugh"],
52
  ["What makes Palestine and Israel war?"]
 
11
  # Interface variables
12
  model_name = model_id.split('/')[1].split('-GGUF')[0]
13
  title = f"😻 {model_name}"
14
+ description = f"Chat with <a href=\"https://huggingface.co/{model_id}\">{model_name}</a> in GGUF format ({quant})! Support me with [Ko-Fi](https://ko-fi.com/gorillamonsooniii) , [Saweria](https://saweria.co/gorillamonsoon), or [Patreon](https://www.patreon.com/GorillaMonsoon)"
15
 
16
  # Initialize the LLM
17
  llm = Llama(model_path="model.gguf",
 
46
  additional_inputs_accordion="πŸ“ System prompt",
47
  examples=[
48
  ["What is NLP?"],
 
49
  ["Please tell me about Aurora Borealis"],
50
  ["Tell me a joke that will make me laugh"],
51
  ["What makes Palestine and Israel war?"]