varun500 commited on
Commit
1df245c
·
1 Parent(s): 58a031d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def generate_text(prompt):
12
  output_text = output['choices'][0]['text']
13
  return output_text
14
 
15
- description = "Vicuna-7B-GPTQ-4bit-128g.GGML, max_tokens=468, temperature=0.1, top_p=0.5"
16
 
17
  examples = [
18
  ["What is the capital of France? ", "The capital of France is Paris."],
 
12
  output_text = output['choices'][0]['text']
13
  return output_text
14
 
15
+ description = "Wizard-Vicuna-13B-Uncensored, max_tokens=468, temperature=0.1, top_p=0.5"
16
 
17
  examples = [
18
  ["What is the capital of France? ", "The capital of France is Paris."],