Monster commited on
Commit
ee65268
·
1 Parent(s): d514710

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ def chat(input):
10
  resp = llm(input)
11
  return resp['choices'][0]['text']
12
 
13
- gr.Interface(fn=chat, inputs="text", outputs="text", description="Assistant-style large language model with ~800k GPT-3.5-Turbo Generations", examples=[['What is a three word topic describing the following keywords: baseball, football, soccer'],['Q: Reverse a string in python\nA: ']]).launch()
 
10
  resp = llm(input)
11
  return resp['choices'][0]['text']
12
 
13
+ gr.Interface(fn=chat, inputs="text", outputs="text", description="gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue", examples=[['What is a three word topic describing the following keywords: baseball, football, soccer'],['Q: Reverse a string in python\nA: ']]).launch()