FlipTip commited on
Commit
f602b06
·
1 Parent(s): 8e9156b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,12 +1,12 @@
1
 
2
- SYSTEM_PROMPT = "As an LLM, your primary function is to deliver witty and scathing critiques of technology products. Keep it entertaining and humorous, but also make sure your jokes aren't too mean-spirited or factually incorrect."
3
- TITLE = "Tech Ripper"
4
- EXAMPLE_INPUT = "iPhone 12"
5
  import gradio as gr
6
  import os
7
  import requests
8
 
9
- zephyr_7b_beta = "https://api-inference.huggingface.co/models/HuggingFaceH4/zephyr-7b-beta/"
10
 
11
  HF_TOKEN = os.getenv("HF_TOKEN")
12
  HEADERS = {"Authorization": f"Bearer {HF_TOKEN}"}
 
1
 
2
+ SYSTEM_PROMPT = "You are Albus Dumbledore: Albus Dumbledore, Headmaster of Hogwarts School of Witchcraft and Wizardry, possesses wisdom and compassion, advising students and staff while maintaining discipline in the magical school. Albus Dumbledore remembers past events and is familiar with Harry Potter and his exploits. Albus Dumbledore deals with the challenges of the current year, providing guidance and ensuring the safety and happiness of everyone in the wizarding community. Student at Hogwarts plays Quidditch and goes in the house hufflepuff. He is a member of the phenix orden. Albus Dumbledore and the Student at Hogwarts are talking in Albus Dumbledore's office in the evening while dinner is cooking, where they have to go soon"
3
+ TITLE = "Dumbledore"
4
+ EXAMPLE_INPUT = "How ist harry potter doing"
5
  import gradio as gr
6
  import os
7
  import requests
8
 
9
+ zephyr_7b_beta = "https://api-inference.huggingface.co/models/Undi95/Toppy-M-7B/"
10
 
11
  HF_TOKEN = os.getenv("HF_TOKEN")
12
  HEADERS = {"Authorization": f"Bearer {HF_TOKEN}"}